Click or drag to resize
MOVEitUserInfo Class
Container object used to provide information about a specific user 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 MOVEitUserInfo : MOVEitObjectInfo

The MOVEitUserInfo type exposes the following members.

Properties
  NameDescription
Public propertyAuthMethod
When the user's organization is using a "mixed" authentication mode (RADIUS then MOVEit or LDAP then MOVEit), this setting determines how the user will be authenticated.
Public propertyDataInitialized
Returns the status of the data initialization for this object.
(Inherited from MOVEitObjectInfo.)
Public propertyDefaultFolderPath
This user's default folder path.
Public propertyEmail
This user's email address. May be blank.
Public propertyEmailFormat
The user's preferred email format.
Public propertyExpirationPolicyName
The name of the expiration policy assigned to this user.
Public propertyForcePasswordChange
If set to 1, this user will be forced to change his or her password the next time they sign onto the system.
Public propertyHomeFolderPath
This user's home folder path.
Public propertyID
The ID of this user.
Public propertyInstID
ID of the organization this user exists in.
Public propertyLanguage
Language code for this user account.
Public propertyLastLoginStamp
Last time this user signed on.
Public propertyNotes
Optional user description.
Public propertyNotification
Indicates if this user receives email notifications.
Public propertyOrgID
ID of the organization this user exists in.
Public propertyPasswordChangeStamp
Last time this user's password was changed.
Public propertyPermission
Indicates what class of user this is.
Public propertyQuota
The user's quota, if any, in bytes.
Public propertyRealName
The "real" name of this user.
Public propertyStatus
Current security status of the user account.
Public propertyStatusNote
Optional note regarding the status of the user account.
Public propertyUsername
The username of this user.
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. The uninitialized value for datetime fields is 0 ticks.

See Also