Click or drag to resize
MOVEitUserGroupInfo Class
Container object used to provide information about a specific user group on a MOVEit Transfer server.
Inheritance Hierarchy

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public class MOVEitUserGroupInfo : MOVEitObjectInfo

The MOVEitUserGroupInfo type exposes the following members.

Properties
  NameDescription
Public propertyAdminFolderAccess
If set to 1, GroupAdmins of this group will have administrative access to the home folders of the group member users.
Public propertyAdminTempUserAccess
If set to 1, GroupAdmins of this group will have administrative access to the temp users created by the group member users. These temp users are called Limited Members.
Public propertyAllowAttachments
If set to 1, and the organization is configured to allow attachments by group only, then members of this group will be allowed to add attachments to their secure messages.
Public propertyCanCreateTempUsers
If set to 1, and the organization is configured to allow creation of temp users by group only, then members of this group will be allowed to create temp users.
Public propertyDataInitialized
Returns the status of the data initialization for this object.
(Inherited from MOVEitObjectInfo.)
Public propertyDescription
Description of this group.
Public propertyDisplayProfileName
Name of the Display Profile applied to this group, if any.
Public propertyID
The unique ID of this group.
Public propertyInstID
ID of the organization this group exists in.
Public propertyMaxMaxAttchSize
Determines the maximum attachment size restriction that GroupAdmins of this group may assign to member users.
Public propertyMaxMemberQuota
Determines the maximum quota restriction that GroupAdmins of this group may assign to member users.
Public propertyName
The name of this group.
Public propertyOrgID
ID of the organization this group exists in.
Public propertyTempUsersInAddrBookExpansion
If set to 1, temp users who are members of this group (Limited Members) will be included in address book expansion member lists of this group.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Instances of the object are returned by various methods of the Client object. An instance of the object is populated using information returned from the MOVEit Transfer host, and then passed on to the calling program, which can then access the information through the available methods.

Note that not all fields may be populated depending on the method used and the permissions of the currently signed-on user. A blank string is the uninitialized value for string fields, and -1 is the value for numeric fields.

See Also