Method GetUserGroupName
GetUserGroupName(PdmObjectId, out string, out string)
Gets the name of a user group.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
void GetUserGroupName(PdmObjectId inUserGroupId, out string outName, out string outDescription)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inUserGroupId | User Group identifier. |
| string | outName | User group name. |
| string | outDescription | User group description. |
Remarks
This method is available since v7.8.302.060.