Class GroupInfo
Represents a memoQ Server group.
Syntax
public class GroupInfo
Fields
Description
The descirption of the group.
Declaration
public string Description
Type
StringGroupGuid
The Guid of the group.
Declaration
public Guid GroupGuid
Type
GuidGroupName
The name of the group.
Declaration
public string GroupName
Type
StringIsDisabled
Indicates whether the group is enabled/disabled.
Declaration
public bool IsDisabled
Type
BooleanIsSubvendorGroup
Indicates whether the group is subvendor group. Can be set only when the entity class is used as the input parameter of the CreateGroup function. The value of this field will be ignored when the entity class is used as the input parameter of the UpdateGroup function.
Declaration
public bool IsSubvendorGroup