[This is preliminary documentation and is subject to change.]
Gets the Extranet Admin organization setup details and sets default
values for initial setup
Namespace:
OfficeClip.DBLayer.ExtranetAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public OrgInfo GetExtranetOrg( int groupId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetExtranetOrg ( _ groupId As Integer _ ) As OrgInfo |
| Visual C++ |
|---|
public: OrgInfo^ GetExtranetOrg( int groupId ) |
Parameters
- groupId
- Type: System..::.Int32
The unique id of the group
