ClientUserGroupGetDetails Method |
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public MOVEitUserGroupInfo UserGroupGetDetails(
string GroupName
)
Public Function UserGroupGetDetails (
GroupName As String
) As MOVEitUserGroupInfo
public:
MOVEitUserGroupInfo^ UserGroupGetDetails(
String^ GroupName
)
Parameters
- GroupName
- Type: SystemString
Name of group to return information about.
Return Value
Type:
MOVEitUserGroupInfoMOVEitUserGroupInfo object containing information about the given group if successful;
otherwise,
null.
Remarks
If the group does not exist or the currently authorized user
is not permitted to access it, then null is returned instead.
See Also