PFUser_AdminData Properties |
The PFUser_AdminData type exposes the following members.
Name | Description | |
---|---|---|
AvailableInFields |
Returns true if user can be selected in fields
| |
AvailableInOrganisation |
Returns true if user can be added to groups
| |
AvailableInRoles |
Returns true if user can be added to application roles
| |
CreatedAt |
Gets the date of creation of this object in the database.
(Inherited from PFObject.) | |
CreatedAtText |
Creation date text
| |
CreatedBy |
Gets the user who created this object in the database.
(Inherited from PFObject.) | |
DisplayName |
Gets the user's display name.
(Inherited from PFUser.) | |
EmailAddress |
Gets the user's email address.
(Inherited from PFUser.) | |
Enabled |
Gets a value indicating whether the user is enabled in Packflow.
(Inherited from PFUser.) | |
FormUrl |
PFUser site-relative form url
| |
Guid |
Gets the GUID identifying this object.
(Inherited from PFObject.) | |
Id |
Gets the id identifying this object.
(Inherited from PFObject.) | |
IgnoreVersionConflicts |
Gets or sets a value indicating whether version conflicts should be ignored when
updating a packflow object from this poco.
Note : this value is not persisted nor serialiazed.
Therefore this only affects the current instance.
(Inherited from PFObject.) | |
IsSystemUser |
Gets a value indicating whether this user is a system user (=not a person).
(Inherited from PFUser.) | |
JobTitle |
Gets the user's job title.
(Inherited from PFUser.) | |
LanguageCode |
Gets the user's UI language.
(Inherited from PFUser.) | |
LastNnownNavigation |
Last known navigation date for this user
| |
LastNnownNavigationText |
Last known navigation date rendered as text.
| |
LoginName |
Gets the user's login name.
(Inherited from PFUser.) | |
MembershipAccount |
Membership account information (Forms Authentication)
| |
ObjectReference |
Gets the reference to the corresponding object persisted in Packflow.
(Inherited from PFObject.) | |
PictureUrl |
Gets the user's picture url, if available.
(Inherited from PFUser.) | |
SiteAccess |
PFUserSiteAccess string representation (None - ApiOnly - Enabled)
| |
UpdatedAt |
Gets the date of the last update of this object.
(Inherited from PFObject.) | |
UpdatedBy |
Gets the user who last updated this object in the database.
(Inherited from PFObject.) | |
VersionNumber |
Gets the version number of this object in database. Incremented after each save.
(Inherited from PFObject.) |