The CurrentUserInfo type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
CurrentUserInfo |
Constructor.
| |
CurrentUserInfo(SerializationInfo, StreamingContext) |
Constructor for deserialization.
| |
CurrentUserInfo(UserInfo, Boolean) |
Constructor.
|
Methods
Name | Description | |
---|---|---|
AddColumnPrefixesWhereCondition |
Adds restriction to given where filtering out all rows where given column starts with one of excluded prefixes found in TypeInfo default data settings.
(Inherited from BaseInfo.) | |
AddContentField |
Process search settings of DataClass field and inserts required search field into search fields collection when field is marked as content field.
(Inherited from AbstractInfo TInfo .) | |
AddSearchableField |
Process search settings of DataClass field and inserts required search field into search fields collection when field is searchable.
(Inherited from AbstractInfo TInfo .) | |
AllowExternalColumn |
Indicates whether a given column is allowed to be saved externally.
(Inherited from AbstractInfo TInfo .) | |
AnyItemChanged |
Returns true if any of specified columns changed.
(Inherited from AbstractInfo TInfo .) | |
BuildObjectPath |
Builds the path from the given column.
(Inherited from BaseInfo.) | |
ClearCache |
Clears the nested cached objects
(Inherited from BaseInfo.) | |
ClearCachedData |
Clears the cached data of this object
(Inherited from UserInfo.) | |
ClearData |
Clears data from the object.
(Inherited from BaseInfo.) | |
Clone |
Returns the cloned user info object.
| |
Clone(Boolean) |
Creates a clone of the object
(Inherited from UserInfo.) | |
CloneObject |
Creates the clone of the object
(Inherited from AbstractInfo TInfo .) | |
ColumnsChanged |
Returns true if at least one column of the column list provided as the first argument was changed.
(Inherited from AbstractInfo TInfo .) | |
CombineColumnNames( ICollection ) |
Returns column names
(Inherited from AbstractInfo TInfo .) | |
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from BaseInfo.) | |
ContainsColumn |
Returns true if the object contains given column.
(Inherited from UserInfo.) | |
ConvertServerDateTime |
Returns server date time in dependence on server time zone.
(Inherited from UserInfo.) | |
ConvertUserDateTime |
Returns current user date time in dependence on user time zone.
(Inherited from UserInfo.) | |
CopyCachedDataTo |
Copies the cached data to another UserInfo object
(Inherited from UserInfo.) | |
CopyMemoryProperties |
Copies memory properties
(Inherited from BaseInfo.) | |
CopyProperties |
Copies memory properties
(Inherited from AbstractInfo TInfo .) | |
CreateNewRolesDictionary |
Creates a new empty dictionary for storing roles
(Inherited from UserInfo.) | |
DataChanged |
Returns true if the object changed.
(Inherited from AbstractInfo TInfo .) | |
Delete |
Deletes the object using appropriate provider
(Inherited from BaseInfo.) | |
DeleteData |
Deletes the object.
(Inherited from AbstractInfo TInfo .) | |
DeleteExternalColumns |
Goes through the columns which are stored externally and deletes all the files.
(Inherited from AbstractInfo TInfo .) | |
DeleteMetafiles |
Deletes the metafiles related to this object
(Inherited from AbstractInfo TInfo .) | |
DeleteObject |
Deletes the object using appropriate provider.
(Inherited from UserInfo.) | |
Destroy |
Destroys the object including its version history using appropriate provider
(Inherited from BaseInfo.) | |
Disconnect |
Disconnects the collection from the database.
(Inherited from BaseInfo.) | |
EnsureBinaryData |
Makes sure that the binary data is loaded into binary column of the object when StoreToFileSystem is true.
(Inherited from BaseInfo.) | |
EnsureBinaryData(Boolean) |
Makes sure that the binary data is loaded into binary column of the object.
(Inherited from BaseInfo.) | |
EnsureCodeName |
Ensures the code name of the object if not set
(Inherited from BaseInfo.) | |
EnsureData |
Creates a new data class container within the object
(Inherited from AbstractInfo TInfo .) | |
EnsureGUID |
Ensures the GUID of the object
(Inherited from BaseInfo.) | |
EnsureHierarchyColumns |
Ensures the IDPath and Level columns.
(Inherited from BaseInfo.) | |
EnsureLastModified |
Ensures the last modified time stamp of the object
(Inherited from BaseInfo.) | |
EnsureUniqueCodeName |
Ensures that the object has a unique code name within it's context
(Inherited from BaseInfo.) | |
Equals | (Inherited from Object.) | |
ExecuteRemoveDependencyQuery |
Executes given query text using specified connection string.
(Inherited from BaseInfo.) | |
ExportDefaultData |
Exports the default object installation data
(Inherited from BaseInfo.) | |
FilterSearchResults |
Filters the user search results
(Inherited from UserInfo.) | |
Finalize |
Destructor
(Inherited from BaseInfo.) | |
GetAutomaticCodeName |
Gets the automatic code name for the object
(Inherited from BaseInfo.) | |
GetAutomaticProperty |
Tries to get the automatic property value for underlying object
(Inherited from AbstractInfo TInfo .) | |
GetBinaryData |
Returns the BinaryData object of the current instance. Has to be overriden by specific classes. Returns null by default.
(Inherited from BaseInfo.) | |
GetBooleanValue |
Gets the boolean value from the object.
(Inherited from BaseInfo.) | |
GetColumnNames |
Gets the default list of column names for this class
(Inherited from AbstractInfo TInfo .) | |
GetCount |
Gets count of the objects filtered by given where condition.
(Inherited from BaseInfo.) | |
GetCurrentObjectPathPart |
Builds the path from the given column.
(Inherited from BaseInfo.) | |
GetCustomProperties |
Gets list of custom properties.
(Inherited from BaseInfo.) | |
GetData |
Returns the data according to the set of input parameters.
(Inherited from BaseInfo.) | |
GetDataQueryInternal |
Gets the data query for this object type
(Inherited from BaseInfo.) | |
GetDateTimeValue |
Gets the DateTime value from the object.
(Inherited from BaseInfo.) | |
GetDefaultData |
Returns the default object installation data
(Inherited from BaseInfo.) | |
GetDefaultDataExportColumns |
Returns names of all columns that should be exported with default data as a comma separated string.
(Inherited from BaseInfo.) | |
GetDefaultDataWhereCondition |
Gets the where condition to filter out the default installation data
(Inherited from UserInfo.) | |
GetDefaultObject |
Returns default user set in the settings or Global Administrator if setting is not defined or user not found.
(Inherited from UserInfo.) | |
GetDependenciesNames |
Checks the object dependencies. Returns a list of object names which depend on this object. First tries to execute checkdependencies query, if not found, an automatic process is executed.
(Inherited from BaseInfo.) | |
GetDependenciesNamesAuto |
Checks the object dependencies. Returns a list of object names which depend on this object.
(Inherited from BaseInfo.) | |
GetDependencyCacheKeys |
Gets the array of dependency cache keys for current object.
(Inherited from BaseInfo.) | |
GetDependencyObjectType |
Gets dependency object type
(Inherited from BaseInfo.) | |
GetDoubleValue |
Gets the double value from the object.
(Inherited from BaseInfo.) | |
GetEditingPageURL |
Gets the object editing page URL.
(Inherited from BaseInfo.) | |
GetExisting |
Returns the existing object based on current object data.
(Inherited from BaseInfo.) | |
GetExistingWhereCondition |
Gets a where condition to find an existing object based on current object
(Inherited from BaseInfo.) | |
GetExistingWhereCondition(Boolean) |
Gets a where condition to find an existing object based on current object
(Inherited from BaseInfo.) | |
GetExternalColumnData |
Returns the column data from external storage if exists.
(Inherited from AbstractInfo TInfo .) | |
GetExternalColumns |
Returns the list of columns registered as the external columns.
(Inherited from AbstractInfo TInfo .) | |
GetExternalColumnSettings |
Returns settings for external storage of the column. Returns null by default (which causes the default settings to be used in the external column data storage process).
(Inherited from AbstractInfo TInfo .) | |
GetExternalFiles |
Goes through the columns which are stored externally and returns the list of particular files this object uses.
(Inherited from AbstractInfo TInfo .) | |
GetExternalPath |
Returns path to the external storage with data of the given column. If the column data is not stored in the external storage, returns null.
(Inherited from AbstractInfo TInfo .) | |
GetFileInfo |
Returns FileInfo object from external storage if exists.
(Inherited from AbstractInfo TInfo .) | |
GetFormattedUserName |
Returns formatted username in format: full name (nickname) if nickname specified otherwise full name (username).
Allows you to customize how the usernames will look like throughout the admin UI.
(Inherited from UserInfo.) | |
GetFullObjectName |
Returns the name of the object within its parent hierarchy.
(Inherited from BaseInfo.) | |
GetGeneralizedInfo |
Gets the generalized info for this object
(Inherited from AbstractInfo TInfo .) | |
GetGenericRoles |
Gets user generic roles.
(Inherited from UserInfo.) | |
GetGlobalPermissionName |
Returns name of the global permission name corresponding to the given permission name.
By default, "Global" + permissionName is returned.
(Inherited from BaseInfo.) | |
GetGroupWhereCondition |
Gets the group where condition for the object
(Inherited from BaseInfo.) | |
GetGuidValue |
Gets the guid value from the object.
(Inherited from BaseInfo.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetChildDependencies |
Gets the child dependencies repository
(Inherited from BaseInfo.) | |
GetChildWhereCondition |
Gets the child object where condition.
(Inherited from UserInfo.) | |
GetIconUrl(Page, String) |
Gets the object icon URL
(Inherited from BaseInfo.) | |
GetIconUrl(Int32, Int32, Int32) |
Gets the object icon URL
(Inherited from BaseInfo.) | |
GetIdentityWhereCondition |
Gets indentity where condition to identify the object
(Inherited from BaseInfo.) | |
GetIDPathPartLength |
Returns the length of a part of IDPath.
(Inherited from BaseInfo.) | |
GetIntegerValue |
Gets the integer value from the object.
(Inherited from BaseInfo.) | |
GetLastObjectOrder |
Returns number which will be the last order within all the other items (according to Parent, Group and Site settings).
I.e. returns largest existing order + 1.
(Inherited from BaseInfo.) | |
GetLocalColumnNames |
Gets the list of local column names for particular object
(Inherited from AbstractInfo TInfo .) | |
GetLocalProperties |
Gets the list of local properties for particular object
(Inherited from AbstractInfo TInfo .) | |
GetLockObject |
Gets the global lock object for all the instances of the object (locked on "objectType_objectId").
(Inherited from BaseInfo.) | |
GetModifiedFrom |
Gets the DataSet of all the objects modified from specified date.
(Inherited from BaseInfo.) | |
GetNameCollisions |
Gets the list of the name collisions of the given object
(Inherited from BaseInfo.) | |
GetNamePathPartColumn |
Returns the name of the column which is used to build the NamePath
(Inherited from BaseInfo.) | |
GetObject |
Gets the object by specified where condition.
(Inherited from BaseInfo.) | |
GetObjectData |
Object serialization.
(Inherited from UserInfo.) | |
GetObjectChildren |
Gets the object children repository
(Inherited from BaseInfo.) | |
GetObjectIdentifier |
Gets the object identifier that uniquely identifies the object
(Inherited from BaseInfo.) | |
GetObjectKey |
Gets the unique string key for the object.
(Inherited from BaseInfo.) | |
GetObjectOrderID |
Returns ID of the item being ordered. By default return ObjectID. This is overridden in TreeNode, where NodeID has to be supplied.
(Inherited from BaseInfo.) | |
GetObjectTypeForColumn |
Gets the object type for the given column or null if the object type is not found or unknown.
(Inherited from UserInfo.) | |
GetOrderQueryParameters |
Creates QueryDataParameters with special macros for object order management.
(Inherited from BaseInfo.) | |
GetOriginalValue |
Returns the original value of column.
(Inherited from AbstractInfo TInfo .) | |
GetOtherBindings |
Gets the repository of other bindings
(Inherited from BaseInfo.) | |
GetParent |
Returns the parent object.
(Inherited from BaseInfo.) | |
GetPermissionName |
Converts PermissionEnum to permission codename which will be checked when CheckPermission() is called.
Derived classes can override this method to change permission which is checked (for example check for global permissions if object is global).
(Inherited from BaseInfo.) | |
GetPermissionObjectType |
Returns the permission object type of the object (checks the SiteID column and SiteBinding columns). According to this value, the permission check is performed.
(Inherited from BaseInfo.) | |
GetPermissionToCheck |
Converts PermissionEnum to permission codename which will be checked when CheckPermission() is called.
Derived classes can override this method to change permission which is checked (for example check for global permissions if object is global).
(Inherited from BaseInfo.) | |
GetPhysicalFiles |
Gets DataSet with physical files.
(Inherited from BaseInfo.) | |
GetPrivilegeLevel |
Returns highest privilege level of user.
(Inherited from UserInfo.) | |
GetProperty |
Gets the property value.
(Inherited from BaseInfo.) | |
GetPropertyType |
Gets the type of the given property
(Inherited from UserInfo.) | |
GetReferringObjects |
Gets the repository of depending objects
(Inherited from BaseInfo.) | |
GetRegisteredProperties |
Gets list of registered properties.
(Inherited from AbstractInfo TInfo .) | |
GetRoleIdList(Boolean, Boolean) |
Returns IDs of roles for current site and user.
| |
GetRoleIdList(Boolean, Boolean, String) |
Gets all roles for current user.
(Inherited from UserInfo.) | |
GetSearchDocument |
Returns index document for current object with dependencies on search index info.
(Inherited from AbstractInfo TInfo .) | |
GetSearchFields |
Returns search fields collection. When existing collection is passed as argument, fields will be added to that collection.
When collection is not passed, new collection will be created and return.
Collection will contain field values only when collection with StoreValues property set to true is passed to the method.
When method creates new collection, it is created with StoreValues property set to false.
(Inherited from AbstractInfo TInfo .) | |
GetSearchID |
Gets the id column value which is used as search id by default.
(Inherited from BaseInfo.) | |
GetSearchImageUrl |
Returns URL to current search result item.
(Inherited from AbstractInfo TInfo .) | |
GetSiblingsQueryInternal |
Gets the parametrized query to get siblings of the object (If there is no parent-child hierarchy, query is parametrized for all objects)
(Inherited from BaseInfo.) | |
GetSiblingsWhereCondition |
Creates where condition according to Parent, Group and Site settings.
(Inherited from BaseInfo.) | |
GetSiteWhereCondition |
Gets the site where condition for the object
(Inherited from BaseInfo.) | |
GetStringValue |
Gets the string value from the object.
(Inherited from BaseInfo.) | |
GetThumbnailUrl |
Gets the object thumbnail URL
(Inherited from BaseInfo.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUniqueCodeName |
Returns the unique code name for the specified object, does not check duplicity if duplicity occurs within the currentObjectId.
(Inherited from BaseInfo.) | |
GetUniqueDisplayName |
Returns the unique display name for the specified object.
(Inherited from BaseInfo.) | |
GetUniqueName |
Returns the unique code name for the specified object, does not check duplicity if duplicity occurs within the currentObjectId.
(Inherited from BaseInfo.) | |
GetUniqueNameWhereCondition |
Constructs base where condition for checking column value uniqueness. This method can be overriden in child classes to add more conditions.
(Inherited from BaseInfo.) | |
GetUserPreferredCurrencyID |
Returns ID of users preferred currency for given site or 0 when not found.
(Inherited from UserInfo.) | |
GetUserPreferredPaymentOptionID |
Returns ID of users preferred payment option for given site or 0 when not found.
(Inherited from UserInfo.) | |
GetUserPreferredShippingOptionID |
Returns ID of users preferred shipping option for given site or 0 when not found.
(Inherited from UserInfo.) | |
GetValue(String) |
Gets the field value.
(Inherited from AbstractInfo TInfo .) | |
GetValue ReturnType (String, ReturnType) |
Gets the field value converted to a specified type.
(Inherited from AbstractInfo TInfo .) | |
GetValueForTranslation |
Returns value for translation services. Returns unmodified field content by default.
(Inherited from BaseInfo.) | |
GetVirtualFileRelativePath |
Returns virtual relative path for specific column
Ensures the GUID of the object
(Inherited from BaseInfo.) | |
HasAutomaticProperty |
Returns true if the given column provides an automatic property to access it's binding.
(Inherited from UserInfo.) | |
HasFriend |
Returns friendship status for given user.
(Inherited from UserInfo.) | |
ChangedColumns |
Returns list of column names which values were changed.
(Inherited from AbstractInfo TInfo .) | |
CheckDefaultPermissions |
Check universal permissions for an object
(Inherited from BaseInfo.) | |
CheckDependencies |
Checks the object dependencies. Returns true if there is at least one dependency.
(Inherited from BaseInfo.) | |
CheckLicense |
Checks the object license. Returns true if the licensing conditions for this object were matched
(Inherited from UserInfo.) | |
CheckPermissions |
Checks whether the specified user has permissions for this object.
(Inherited from BaseInfo.) | |
CheckPermissionsInternal |
Checks whether the specified user has permissions for this object. This method is called automatically after CheckPermissions event was fired.
(Inherited from BaseInfo.) | |
CheckPermissionsWithHandler |
Checks whether the specified user has permissions for this object. Outcome of this method is determined by combining results of CheckPermissions event and CheckPermissionsInternal method.
(Inherited from BaseInfo.) | |
CheckPrivilegeLevel |
Returns true if user fulfils the required privilege level (the higher level contains all children: GlobalAdmin -> Admin -> Editor -> None)
(Inherited from UserInfo.) | |
CheckUniqueCodeName |
Checks if the object has unique code name. Returns true if the object has unique code name.
(Inherited from BaseInfo.) | |
CheckUniqueValues |
Checks if a record with the same column values already exists in the database. Returns true if the set of values is unique.
(Inherited from BaseInfo.) | |
IncrementIteration |
Increment token Iteration.
(Inherited from UserInfo.) | |
InitObjectsOrder |
Inits the proper item order so the order is consistent.
(Inherited from BaseInfo.) | |
InitObjectsOrderPostprocessing |
Method called after the InitObjectOrder method is called. Override this to do further actions after order initialization. Does nothing by default.
(Inherited from BaseInfo.) | |
Insert |
Inserts the object using appropriate provider
(Inherited from BaseInfo.) | |
InsertAsClone |
Inserts the object as a new object to the DB with inner data and structure (according to given settings) cloned from the original.
(Inherited from BaseInfo.) | |
InsertAsCloneInternal |
Inserts cloned object to DB.
(Inherited from UserInfo.) | |
InsertAsClonePostprocessing |
This method is called once the object is completely cloned (with all children, bindings, etc.).
Override if you need to do further actions after the object has been cloned.
(Inherited from BaseInfo.) | |
InsertData |
Inserts the object to the database.
(Inherited from AbstractInfo TInfo .) | |
InsertSearchFieldToDocument |
Inserts given search field and it's value into search document.
(Inherited from AbstractInfo TInfo .) | |
Invalidate |
Invalidates the object in the object table.
(Inherited from UserInfo.) | |
IsAuthorizedPerClassName(String, String) |
Checks whether the user is authorized for given class name and permission, returns true if so.
(Inherited from UserInfo.) | |
IsAuthorizedPerClassName(String, String, String) |
Checks whether the user is authorized for given class name and permission, returns true if so.
(Inherited from UserInfo.) | |
IsAuthorizedPerMetaFile |
Checks whether the user is authorized per meta file for given object type and permission.
(Inherited from UserInfo.) | |
IsAuthorizedPerObject(PermissionsEnum, BaseInfo, String) |
Checks whether the user is authorized per object with given object type and permission.
(Inherited from UserInfo.) | |
IsAuthorizedPerObject(PermissionsEnum, BaseInfo, String, Boolean) |
Checks whether the user is authorized per object with given object type and permission.
(Inherited from UserInfo.) | |
IsAuthorizedPerObject(PermissionsEnum, String, String, Boolean) |
Checks whether the user is authorized per object with given object type and permission.
(Inherited from UserInfo.) | |
IsAuthorizedPerResource(String, String) |
Checks whether the user is authorized for given resource name and permission, returns true if so.
(Inherited from UserInfo.) | |
IsAuthorizedPerResource(String, String, String) |
Checks whether the user is authorized for given resource name and permission, returns true if so.
(Inherited from UserInfo.) | |
IsAuthorizedPerResource(String, String, String, Boolean) |
Returns true if given user is granted with specified permission.
(Inherited from UserInfo.) | |
IsAuthorizedPerUIElement(String, String) |
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
(Inherited from UserInfo.) | |
IsAuthorizedPerUIElement(Int32, String, Boolean) |
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
(Inherited from UserInfo.) | |
IsAuthorizedPerUIElement(String, String, Boolean) |
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
(Inherited from UserInfo.) | |
IsAuthorizedPerUIElement(String, String, String) |
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
(Inherited from UserInfo.) | |
IsAuthorizedPerUIElement(String, String , String) |
Checks whether the user is authorized for given resource name and UIElements, returns true if so.
(Inherited from UserInfo.) | |
IsAuthorizedPerUIElement(String, String, Boolean, String) |
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
(Inherited from UserInfo.) | |
IsAvailableOnSite |
Checks whether info object as availabe on given site. Available means that object is global or assigned to given site.
(Inherited from BaseInfo.) | |
IsCultureAllowed |
Determines whether culture is allowed for given user on given site.
(Overrides UserInfo IsCultureAllowed(String, String).) | |
IsGroupAdministrator |
Returns true if the user is administrator of the specified group.
(Overrides UserInfo IsGroupAdministrator(Int32).) | |
IsGroupMember(Int32) |
Returns true if the user is member of the specified group.
(Overrides UserInfo IsGroupMember(Int32).) | |
IsGroupMember(String, String) |
Returns true if the user is member of the specified group.
(Inherited from UserInfo.) | |
IsCheckedOutByUser |
Returns true if the object is checked out by the specified user.
(Inherited from BaseInfo.) | |
IsChildOf |
Returns true if the object is child of the given object. If parameter parent is null, returns true only if the object is not a child of any object.
(Inherited from BaseInfo.) | |
IsInMembership(String, String) |
Check whether current user is in membership
(Inherited from UserInfo.) | |
IsInMembership(String, String, Boolean) |
Check whether current user is in membership
(Inherited from UserInfo.) | |
IsInRole(String, String) |
Returns true, if the user is member of the specified site (registered on it).
(Overrides UserInfo IsInRole(String, String).) | |
IsInRole(String, String, Boolean, Boolean) |
Returns true if the user is member of the specified role on the specified site (or on global role if check global is true).
(Inherited from UserInfo.) | |
IsInSite |
Returns true, if the user is member of the specified site (registered on it).
(Overrides UserInfo IsInSite(String).) | |
IsModifiedExternally |
Goes through the columns which are stored externally and checkes if the data in DB is the same as in external storage. If all the columns are same returns true, otherwise false.
(Inherited from AbstractInfo TInfo .) | |
IsObjectInvalid |
Returns true if the object is invalid.
(Inherited from BaseInfo.) | |
IsPublic |
Returns true if the user is public user record.
(Inherited from UserInfo.) | |
ItemChanged |
Returns true if the item on specified column name changed.
(Inherited from AbstractInfo TInfo .) | |
LoadDefaultData |
Sets the object default values
(Overrides UserInfo LoadDefaultData .) | |
LoadFromDataContainer |
Loads the object data from given data container.
(Inherited from AbstractInfo TInfo .) | |
LoadFromDataRow |
Loads the object data from given DataRow.
(Inherited from AbstractInfo TInfo .) | |
MacroRepresentation |
By default, BaseInfo has no special macro representation.
(Inherited from BaseInfo.) | |
MakeComplete |
Makes the object data complete.
(Inherited from UserInfo.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PermissionCheckException |
Fires an exception in case authorization result is false (denied or insignificant)
(Inherited from BaseInfo.) | |
Property PropertyType |
Returns the extension property for the object
(Inherited from AbstractObject.) | |
Reconnect |
Reconnects the collection to the database.
(Inherited from BaseInfo.) | |
RegisterExternalColumn |
Registers external column settings to the hash table.
(Inherited from AbstractInfo TInfo .) | |
RegisterExternalColumns |
Registers external column settings to the hash table.
(Inherited from AbstractInfo TInfo .) | |
RegisterProperties |
Registers properties of the object
(Inherited from UserInfo.) | |
RegisterProperty(String, Object, Func TInfo, Object, Object ) |
Registers the given parameterized property to the object.
(Inherited from AbstractInfo TInfo .) | |
RegisterProperty PropertyType (String, Func TInfo, Object ) |
Registers the given property to the object
(Inherited from AbstractInfo TInfo .) | |
RemoveObjectDependencies |
Removes object dependencies.
(Inherited from UserInfo.) | |
ResetChanges |
Resets the object changes and keeps the new values as unchanged accoring to the asUnchanged parameter.
(Inherited from AbstractInfo TInfo .) | |
ResetIterationToInitial |
Reset TokenID to initial value.
(Inherited from UserInfo.) | |
RestoreSettings |
Restores local settings for object instance.
(Inherited from UserInfo.) | |
RevertChanges |
Reverts the object changes to the original values.
(Inherited from AbstractInfo TInfo .) | |
SaveExternalColumns |
Goes through the columns which are stored externally and ensures them in the external storage.
(Inherited from AbstractInfo TInfo .) | |
SerializationNotSupported |
Throws serialization not supported exception
(Inherited from BaseInfo.) | |
SetData |
Updates or inserts the object to the database.
(Inherited from AbstractInfo TInfo .) | |
SetExternalColumnData |
Saves the column data to the external storage if exists. Returns true if data was stored in external storage and should not be stored also in DB. If data should be stored in DB, returns false.
(Inherited from AbstractInfo TInfo .) | |
SetObject |
Updates the object using appropriate provider.
(Inherited from UserInfo.) | |
SetObjectAlphabeticalOrder |
Moves the object to the right position according to the custom order.
(Inherited from BaseInfo.) | |
SetObjectOrder |
Moves the object to the specified order (if OrderColumn is specified). The move is done within the object's parent and site (if defined).
(Inherited from BaseInfo.) | |
SetObjectOrderPostprocessing |
Method which is called after the order of the object was changed. Generates staging tasks and webfarm tasks by default.
(Inherited from AbstractInfo TInfo .) | |
SetParent |
Updates the parent object, enables to update the data that is overridden in the parent object before or after it is saved
(Inherited from BaseInfo.) | |
SetPrivilegeLevel |
Sets the privilege level to the user
(Inherited from UserInfo.) | |
SetValue(String, Object) |
Sets the field value (first look into CMS_User if the field is not found, set into CMS_UserSettings).
(Inherited from UserInfo.) | |
SetValue(String, Object, Boolean) |
Sets the object value to the nullable column.
(Inherited from BaseInfo.) | |
SetValue(String, Object, Object) |
Sets the object value to the nullable column.
(Inherited from BaseInfo.) | |
SortAlphabetically |
Sort objects alphabetically.
(Inherited from BaseInfo.) | |
StoreSettings |
Stores local settings for object instance.
(Inherited from UserInfo.) | |
SubmitChanges |
Submits the changes in the object to the database.
(Inherited from BaseInfo.) | |
ToMacroString |
Returns the default text representation in the macros.
(Inherited from BaseInfo.) | |
ToString |
Returns the text representation of the object
(Inherited from BaseInfo.) | |
TouchKeys |
Touches the cache dependency keys of the object to flush the dependent cache items.
(Inherited from AbstractInfo TInfo .) | |
TouchParent |
Updates the parent object by saving it (to update the timestamp).
(Inherited from BaseInfo.) | |
TryGetAutomaticProperty |
Tries to get the automatic property value for underlying object
(Inherited from AbstractInfo TInfo .) | |
TryGetProperty(String, Object ) |
Returns value of property.
(Inherited from UserInfo.) | |
TryGetProperty(String, Object , Boolean) |
Returns value of property.
(Inherited from BaseInfo.) | |
TryGetValue |
Returns value of column.
(Inherited from UserInfo.) | |
Update |
Updates the database entity using appropriate provider
(Inherited from BaseInfo.) | |
UpdateData |
Updates the object to the database.
(Inherited from AbstractInfo TInfo .) | |
UpdateExternalColumns |
Goes through the columns which are stored externally and updates DB versions with the data from external storage.
(Inherited from AbstractInfo TInfo .) | |
UpdateFriendStatus |
Update user friends hashtable.
(Inherited from UserInfo.) | |
UpdateFromDB |
Updates the data of the object from DB (updates also ObjectSettings).
(Inherited from BaseInfo.) | |
UpdatePhysicalFiles |
Saves physical files.
(Inherited from BaseInfo.) | |
UpsertData |
Updates or inserts the object to the database.
(Inherited from AbstractInfo TInfo .) | |
WriteDefaultData |
Writes the default object installation data into xml file
(Inherited from BaseInfo.) |
Extension Methods
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
Compare |
Compares two BaseInfo objects (data & structure) according to comparison settings given.
(Defined by DataExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
IsAuthorizedPerDocument(Int32, String, NodePermissionsEnum) | Overloaded.
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
(Defined by UserSecurityExtensions.) | |
IsAuthorizedPerDocument(TreeNode, NodePermissionsEnum, Boolean, String) | Overloaded.
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.)
(Defined by UserSecurityExtensions.) | |
IsAuthorizedPerDocument(TreeNode, NodePermissionsEnum , Boolean, String) | Overloaded.
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
(Defined by UserSecurityExtensions.) | |
IsAuthorizedPerTreeNode(Int32, NodePermissionsEnum) | Overloaded.
Checks whether the user is authorized for the given document and permission, returns the authorization result. Doesn't check the allowed cultures of an user.
(Defined by UserSecurityExtensions.) | |
IsAuthorizedPerTreeNode(Int32, NodePermissionsEnum, String) | Overloaded.
Checks whether the user is authorized for the given document and permission, returns the authorization result. Doesn't check the allowed cultures of an user.
(Defined by UserSecurityExtensions.) | |
IsAuthorizedPerTreeNode(TreeNode, NodePermissionsEnum, Boolean) | Overloaded.
Checks whether the user is authorized for the given document and permission, returns the authorization result.
(Defined by UserSecurityExtensions.) | |
IsAuthorizedPerTreeNode(TreeNode, NodePermissionsEnum, String) | Overloaded.
Checks whether the user is authorized for the given document and permission, returns the authorization result. Doesn't check the allowed cultures of an user.
(Defined by UserSecurityExtensions.) | |
IsAuthorizedPerTreeNode(TreeNode, NodePermissionsEnum, String, Boolean) | Overloaded.
Checks whether the user is authorized for the given document and permission, returns the authorization result.
(Defined by UserSecurityExtensions.) | |
IsAuthorizedToCreateNewDocument(Int32, String) | Overloaded.
Checks whether the user is authorized to create new document.
(Defined by UserSecurityExtensions.) | |
IsAuthorizedToCreateNewDocument(TreeNode, String) | Overloaded.
Checks whether the user is authorized to create new document.
(Defined by UserSecurityExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
Name | Description | |
---|---|---|
mAllowClone |
Indicates if the object supports cloning.
(Inherited from BaseInfo.) | |
mAllowRestore |
Indicates if the object supports deleting to recycle bin.
(Inherited from BaseInfo.) | |
mAllowTouchParent |
Indicates if parent is allowed to be touched, if exists.
(Inherited from BaseInfo.) | |
mBindings |
Binding objects of the object.
(Inherited from BaseInfo.) | |
mCacheParentData |
If true, the parent data is cached.
(Inherited from BaseInfo.) | |
mDataClass |
Data class with the SiteInfo data.
(Inherited from AbstractInfo TInfo .) | |
mDisconnectedCount |
Number of disconnected references for this collection
(Inherited from BaseInfo.) | |
mFriends |
Table with user's friends.
(Inherited from UserInfo.) | |
mGeneralized |
Generalized interface of this object
(Inherited from BaseInfo.) | |
mGroups |
Table with user's groups.
(Inherited from UserInfo.) | |
mCheckUnique |
If true, the code name is checked for uniqueness upon saving.
(Inherited from BaseInfo.) | |
mChildDependencies |
Child dependency objects of the object.
(Inherited from BaseInfo.) | |
mChildren |
Child objects of the object.
(Inherited from BaseInfo.) | |
mInstantiated |
Date and time when this instance was created.
(Inherited from BaseInfo.) | |
mInvalidateObject |
If true, object is invalidated on the object update.
(Inherited from BaseInfo.) | |
mLocalColumnNames |
Local column names
(Inherited from AbstractInfo TInfo .) | |
mLocalProperties |
Local properties
(Inherited from AbstractInfo TInfo .) | |
mLocalSettings |
Local object settings.
(Inherited from BaseInfo.) | |
mLogEvents |
If true, events are logged on the object update.
(Inherited from BaseInfo.) | |
mLogExport |
If true, export tasks are logged on the object update.
(Inherited from BaseInfo.) | |
mLogIntegration |
Whether to log integration tasks.
(Inherited from BaseInfo.) | |
mLogSynchronization |
If true, synchronization tasks are logged on the object update.
(Inherited from BaseInfo.) | |
mLogWebFarmTasks |
If true, web farm tasks are logged on the object update.
(Inherited from BaseInfo.) | |
mMembershipRoles |
User membership roles.
(Inherited from UserInfo.) | |
mMembershipRoleValidity |
Membership roles validity
(Inherited from UserInfo.) | |
mMemberships |
Table with sites and corresponding memberships.
(Inherited from UserInfo.) | |
mMembershipsValidity |
Hashtable with validity info about user's membership
(Inherited from UserInfo.) | |
mObjectIcon |
Object icon metafile.
(Inherited from BaseInfo.) | |
mObjectLastAccessed |
Object last access time (uses internally by providers).
(Inherited from BaseInfo.) | |
mObjectParent |
Object parent.
(Inherited from BaseInfo.) | |
mObjectSiteID |
Object site ID.
(Inherited from BaseInfo.) | |
mObjectSiteName |
Object site name.
(Inherited from BaseInfo.) | |
mObjectThumbnail |
Object thumbnail metafile.
(Inherited from BaseInfo.) | |
mOrders |
Collection of orders made by user.
(Inherited from UserInfo.) | |
mOtherBindings |
Other binding objects of the object.
(Inherited from BaseInfo.) | |
mProcesses |
Processes of the object.
(Inherited from BaseInfo.) | |
mPurchasedProducts |
Collection of products purchased by user.
(Inherited from UserInfo.) | |
mReferringObjects |
Depending objects of the object.
(Inherited from BaseInfo.) | |
mRelatedData |
Custom data connected to the object.
(Inherited from BaseInfo.) | |
mRelatedDataLoaded |
Related data is loaded.
(Inherited from BaseInfo.) | |
mRelatedObjects |
Related objects.
(Inherited from BaseInfo.) | |
mResourceUIElements |
Hashtable with all UI elements within each module across all sites the user can see.
(Inherited from UserInfo.) | |
mRolesValidity |
Hashtable with temporaly roles.
(Inherited from UserInfo.) | |
mScheduledTasks |
Scheduled tasks of the object.
(Inherited from BaseInfo.) | |
mSiteCultures |
Contains allowed cultures.
(Inherited from UserInfo.) | |
mSitesRoles |
Table with the sites and corresponding roles.
(Inherited from UserInfo.) | |
mStatus |
Status of the object.
(Inherited from BaseInfo.) | |
mSupportsVersioning |
Indicates if the object versioning is supported.
(Inherited from BaseInfo.) | |
mTokenId |
Token id assigned to the user
(Inherited from UserInfo.) | |
mTokenIteration |
Token iteration.
(Inherited from UserInfo.) | |
mTouchCacheDependencies |
If true, cache keys are touched on the object update.
(Inherited from BaseInfo.) | |
mTypeInfo |
Object type information.
(Inherited from BaseInfo.) | |
mUpdateTimeStamp |
If true, timestamp of the object is updated when saved.
(Inherited from BaseInfo.) | |
mUpdateVersionGUID |
If true, version GUID of the object is updated when saved.
(Inherited from AbstractInfo TInfo .) | |
mUserSettings |
UserSettings info object.
(Inherited from UserInfo.) | |
mValidateCodeName |
If true, the code name is validated upon saving.
(Inherited from BaseInfo.) | |
mWishlist |
Collection of users wishlist items.
(Inherited from UserInfo.) |
Properties
Name | Description | |
---|---|---|
AllowClone |
Indicates if the object supports cloning.
(Inherited from BaseInfo.) | |
AllowPartialUpdate |
If true, the object allows partial updates.
(Inherited from AbstractInfo TInfo .) | |
AllowRestore |
Indicates if the object supports deleting to recycle bin.
(Inherited from BaseInfo.) | |
AllowTouchParent |
Indicates if parent is allowed to be touched, if exists.
(Inherited from BaseInfo.) | |
AssignedSites |
Collection of the sites to which the object is associated via site bindings (M:N relationships).
(Inherited from BaseInfo.) | |
BindingObjectTypes | Obsolete.
Binding object types.
(Inherited from BaseInfo.) | |
Bindings |
Collection of the binding objects for the given object.
(Inherited from BaseInfo.) | |
CacheParentData |
If true, the parent object data is cached within object.
(Inherited from BaseInfo.) | |
CategoryIDColumn | Obsolete.
Category ID column name.
(Inherited from BaseInfo.) | |
ClassName |
Returns the class name of this object
(Inherited from AbstractInfo TInfo .) | |
CodeNameColumn |
Code name column name of the info record.
(Inherited from BaseInfo.) | |
CodeNameChanged |
Returns whether the object code name changed or not
(Inherited from AbstractInfo TInfo .) | |
ColumnNames |
Column names.
(Inherited from UserInfo.) | |
CustomizedColumns |
Gets the list of customized columns in current object
(Inherited from BaseInfo.) | |
DataClass |
Data class with the info object data.
(Inherited from AbstractInfo TInfo .) | |
DeleteFiles |
Indicates if all physical files should be deleted when object will be deleted.
(Inherited from AbstractInfo TInfo .) | |
DisplayNameColumn |
Display name column name of the info record.
(Inherited from BaseInfo.) | |
E-mail address.
(Inherited from UserInfo.) | ||
Enabled |
Indicates if user is enabled.
(Inherited from UserInfo.) | |
FirstName |
First name of user.
(Inherited from UserInfo.) | |
Friends |
Returns the HashTable with user's friends.
(Inherited from UserInfo.) | |
FullName |
Full name of user.
(Inherited from UserInfo.) | |
Generalized |
Generalized interface of this object.
(Inherited from AbstractInfo TInfo .) | |
Groups |
Returns the HashTable with user's groups.
(Inherited from UserInfo.) | |
GUIDColumn | Obsolete.
GUID column.
(Inherited from BaseInfo.) | |
HasData |
Returns true if the object has it's data storage initialized already
(Inherited from AbstractInfo TInfo .) | |
HasChanged |
Returns true if the object changed.
(Inherited from AbstractInfo TInfo .) | |
CheckUnique |
If true, the code name is checked for uniqueness upon saving.
(Inherited from BaseInfo.) | |
ChildDependencies |
Collection of the child dependencies for the given object. These are objects which should be included into the parent data (for example class data for BizForms), but aren't direct child of the object.
(Inherited from BaseInfo.) | |
ChildDependencyColumns | Obsolete.
Name of the columns (separated by semicolon) of object dependencies which should be included into the parent data (for example class data for BizForms).
(Inherited from BaseInfo.) | |
ChildObjectTypes | Obsolete.
Child object types.
(Inherited from BaseInfo.) | |
Children |
Collection of the child objects for the given object.
(Inherited from BaseInfo.) | |
Icon |
Object icon
(Inherited from BaseInfo.) | |
IDColumn | Obsolete.
ID column name of the info record.
(Inherited from BaseInfo.) | |
IgnoreExternalColumns |
If true, externally stored columns are ignored and are stored normally in DB.
(Inherited from BaseInfo.) | |
InstanceGUID |
Returns the object instance GUID
(Inherited from BaseInfo.) | |
InvalidateObject |
If true, object is invalidated when the object is changed.
(Inherited from BaseInfo.) | |
IsCachedObject |
If true, the object is cached within the system for later use
(Inherited from BaseInfo.) | |
IsClone |
Indicates if the object is clone.
(Inherited from BaseInfo.) | |
IsComplete |
Returns true if the object is complete (has all columns).
(Inherited from AbstractInfo TInfo .) | |
IsDisconnected |
Returns true if this collection is disconnected from the database
(Inherited from BaseInfo.) | |
IsEditorInternal |
Gets or sets the IsEditor flag. This property is considered for internal purposes only and should not be used in custom code.
(Inherited from UserInfo.) | |
IsExternal |
True if the user is external.
(Inherited from UserInfo.) | |
IsGlobal |
Returns true if the object is global object. False if the object belongs to specific site only.
(Inherited from BaseInfo.) | |
IsGlobalAdministrator |
True if the user is the global administrator.
(Overrides UserInfo IsGlobalAdministrator.) | |
IsCheckedOut |
Indicates if the object is checked out.
(Inherited from BaseInfo.) | |
IsCheckedOutByUserID |
Gets ID of the user who checked the object out.
(Inherited from BaseInfo.) | |
IsObjectValid |
Returns true if the object is considered valid.
(Inherited from BaseInfo.) | |
IsVirtual |
Indicates if user is initialized from virtual context
| |
Item |
Gets or sets the value of the column.
(Inherited from BaseInfo.) | |
LastLogon |
Last logon of user.
(Inherited from UserInfo.) | |
LastName |
Last name.
(Inherited from UserInfo.) | |
LogEvents |
If true, Events tasks are logged on the object update.
(Inherited from BaseInfo.) | |
LogExport |
If true, export tasks are logged on the object update.
(Inherited from BaseInfo.) | |
LogIntegration |
If true, integration tasks are being logged.
(Inherited from BaseInfo.) | |
LogSynchronization |
If true, synchronization tasks are logged on the object update.
(Inherited from BaseInfo.) | |
LogWebFarmTasks |
If true, web farm tasks are logged on the object update.
(Inherited from BaseInfo.) | |
MembershipRoles |
Returns the HashTable of the user Sites and roles got via membership.
(Inherited from UserInfo.) | |
Memberships |
Returns hashtable of user's membership
(Inherited from UserInfo.) | |
MembershipsValidity |
Returns hashtable of user's membership
(Inherited from UserInfo.) | |
MetaFiles |
Collection of the metafiles belonging to the object.
(Inherited from BaseInfo.) | |
MiddleName |
Middle name of user.
(Inherited from UserInfo.) | |
Name |
Returns the code name of the object
(Inherited from BaseInfo.) | |
ObjectCategory |
Object category.
(Inherited from BaseInfo.) | |
ObjectClassName | Obsolete.
Class name.
(Inherited from BaseInfo.) | |
ObjectCodeName |
Object code name.
(Inherited from BaseInfo.) | |
ObjectDisplayName |
Object display name.
(Inherited from BaseInfo.) | |
ObjectFullName |
Object full name if exists
(Inherited from BaseInfo.) | |
ObjectGroupID |
Object community group ID.
(Inherited from BaseInfo.) | |
ObjectGUID |
Object GUID.
(Inherited from BaseInfo.) | |
ObjectIcon |
Object icon metafile.
(Inherited from BaseInfo.) | |
ObjectIconGUID |
Object icon GUID.
(Inherited from BaseInfo.) | |
ObjectID |
Object ID.
(Inherited from BaseInfo.) | |
ObjectIsCustom |
Indicates if object is custom.
(Inherited from BaseInfo.) | |
ObjectIsCustomized |
Indicates if object is customized.
(Inherited from BaseInfo.) | |
ObjectIsNested | Obsolete.
Returns true if the object is created within wrapping object and figures as its part (e.g., partial classes for TreeNode class).
(Inherited from BaseInfo.) | |
ObjectLastAccessed |
Object last access time (uses internally by providers).
(Inherited from BaseInfo.) | |
ObjectLastModified |
Last modified time.
(Inherited from BaseInfo.) | |
ObjectOrder |
Returns the order of the object among the other objects.
(Inherited from BaseInfo.) | |
ObjectParent |
Object parent.
(Inherited from BaseInfo.) | |
ObjectParentID |
Object parent ID.
(Inherited from BaseInfo.) | |
ObjectSettings |
Object settings
(Inherited from BaseInfo.) | |
ObjectSite |
Returns the object site.
(Inherited from BaseInfo.) | |
ObjectSiteID |
Object site ID.
(Inherited from BaseInfo.) | |
ObjectSiteName |
Object site name.
(Inherited from BaseInfo.) | |
ObjectStatus |
Returns the current status of the object.
(Inherited from BaseInfo.) | |
ObjectThumbnail |
Object thumbnail metafile.
(Inherited from BaseInfo.) | |
ObjectThumbnailGUID |
Object thumbnail GUID.
(Inherited from BaseInfo.) | |
ObjectType | Obsolete.
Object type.
(Inherited from BaseInfo.) | |
ObjectVersionGUID |
Object version GUID.
(Inherited from BaseInfo.) | |
OrderColumn | Obsolete.
Order column name of the info record.
(Inherited from BaseInfo.) | |
Orders |
Collection or users orders made on current site.
(Inherited from UserInfo.) | |
OriginalObjectCodeName |
Returns the original object code name
(Inherited from AbstractInfo TInfo .) | |
OtherBindingObjectTypes | Obsolete.
Other binding types (ObjectType constants separated by semicolon) - binding types where this object participate but is not parent object of those binding types.
(Inherited from BaseInfo.) | |
OtherBindings |
Collection of the binding objects for the given object.
(Inherited from BaseInfo.) | |
Parent |
Object parent
(Inherited from BaseInfo.) | |
ParentIDColumn | Obsolete.
Parent ID column name of the info record.
(Inherited from BaseInfo.) | |
ParentObjectType |
Parent object type.
(Inherited from BaseInfo.) | |
PasswordFormat |
Format of the user password.
(Inherited from UserInfo.) | |
PreferredCultureCode | Obsolete.
User preferred culture code.
| |
PreferredUICultureCode |
User preferred UI Culture code.
(Overrides UserInfo PreferredUICultureCode.) | |
PrioritizedProperties |
Gets the list of properties which should be prioritized in the macro controls (IntelliSense, MacroTree).
(Inherited from BaseInfo.) | |
Processes |
Collection of the processes belonging to the object.
(Inherited from BaseInfo.) | |
Properties |
Properties of the object
(Inherited from AbstractInfo TInfo .) | |
PurchasedProducts |
Collection of all products purchased by user at all sites.
(Inherited from UserInfo.) | |
ReferringObjects |
Collection of the objects depending on this object (object which have FK to this object).
(Inherited from BaseInfo.) | |
RegisteredProperties |
Registered properties
(Inherited from AbstractInfo TInfo .) | |
RelatedData |
Custom data connected to the object.
(Inherited from BaseInfo.) | |
RelatedObjects |
Related objects.
(Inherited from BaseInfo.) | |
ResourceUIElements |
Returns UI elements within each module across all sites the user can see.
(Inherited from UserInfo.) | |
RolesValidity |
Returns the HashTable of the temporary user roles.
(Inherited from UserInfo.) | |
SearchType |
Gets the type of current object.
(Inherited from UserInfo.) | |
ScheduledTasks |
Collection of the scheduled tasks belonging to the object.
(Inherited from BaseInfo.) | |
Site |
Object site
(Inherited from BaseInfo.) | |
SiteCultures |
Returns the user's allowed cultures.
(Inherited from UserInfo.) | |
SiteIDColumn | Obsolete.
Site ID column name of the info record.
(Inherited from BaseInfo.) | |
SitesRoles |
Returns the HashTable of the user Sites and roles.
(Inherited from UserInfo.) | |
SupportsVersioning |
Indicates if the object versioning is supported. Default false
(Inherited from BaseInfo.) | |
Thumbnail |
Object thumbnail
(Inherited from BaseInfo.) | |
TimeStampColumn | Obsolete.
Time stamp column.
(Inherited from BaseInfo.) | |
TimeZoneInfo |
Gets the user's time zone information.
(Inherited from UserInfo.) | |
TouchCacheDependencies |
If true, cache dependencies are touched when the object is changed.
(Inherited from BaseInfo.) | |
TypeInfo |
Object type information.
(Inherited from BaseInfo.) | |
UpdateTimeStamp |
If true, timestamp of the object is updated when saved.
(Inherited from BaseInfo.) | |
UpdateVersionGUID |
If true, version GUID of the object is updated when saved.
(Inherited from AbstractInfo TInfo .) | |
URLReferrer |
User URL referrer.
| |
UserAccountLockReason |
Gets or sets number representing reason for user account lock
(Inherited from UserInfo.) | |
UserAuthenticationGUID |
Temporary GUID for user identification for automatic sign-in in the CMS Desk.
(Inherited from UserInfo.) | |
UserAvatarID |
User avatar ID.
(Inherited from UserInfo.) | |
UserCampaign |
User campaign.
(Inherited from UserInfo.) | |
UserCreated |
When was user created.
(Inherited from UserInfo.) | |
UserCustomData |
User custom data.
(Inherited from UserInfo.) | |
UserDescription |
User description.
(Inherited from UserInfo.) | |
UserEnabled |
Indicates whether user is enabled.
(Inherited from UserInfo.) | |
UserGlobalAccessDisabled |
Indicates whether user with global admin flag is able to manage global applications and functionality.
This property is considered for internal purposes only and should not be used in custom code.
(Inherited from UserInfo.) | |
UserGUID |
User GUID.
(Inherited from UserInfo.) | |
UserHasAllowedCultures |
If user has allowed more than one culture.
(Inherited from UserInfo.) | |
UserID |
User ID.
(Inherited from UserInfo.) | |
UserInvalidLogOnAttempts |
Gets or sets number of user invalid logon attempts.
(Inherited from UserInfo.) | |
UserInvalidLogOnAttemptsHash |
User password change request hash.
(Inherited from UserInfo.) | |
UserIsDisabledManually |
Indicates if user was disabled manually by admin.
(Inherited from UserInfo.) | |
UserIsDomain |
Determines whether user is domain user.
(Inherited from UserInfo.) | |
UserIsExternal |
Indicated whether user is external.
(Inherited from UserInfo.) | |
UserIsGlobalAdministrator |
Indicates whether user is global administrator.
(Inherited from UserInfo.) | |
UserIsHidden |
Indicates whether user is hidden.
(Inherited from UserInfo.) | |
UserLastLogonInfo |
User last logon info.
(Inherited from UserInfo.) | |
UserLastModified |
Object last modified.
(Inherited from UserInfo.) | |
UserMessagingNotificationEmail |
Messaging notification email.
(Inherited from UserInfo.) | |
UserMFRequired |
Multi-factor authentication is required for user.
(Inherited from UserInfo.) | |
UserName |
User name.
(Inherited from UserInfo.) | |
UserNickName |
User nick name.
(Inherited from UserInfo.) | |
UserPasswordExpiration |
Return number of days before user password expiration, null value means that password will never expire,
positive values indicates number of days the password is expired and negative value indicates number of days before expiration
(Inherited from UserInfo.) | |
UserPasswordFormat |
Format of user's password.
(Inherited from UserInfo.) | |
UserPasswordLastChanged |
Gets or sets time of last password change
(Inherited from UserInfo.) | |
UserPasswordRequestHash |
User password change request hash.
(Inherited from UserInfo.) | |
UserPicture |
User picture.
(Inherited from UserInfo.) | |
UserSettings |
Gets the UserSettigs info object for the user.
(Inherited from UserInfo.) | |
UserSignature |
User signature.
(Inherited from UserInfo.) | |
UserStartingAliasPath |
Starting alias path of user.
(Inherited from UserInfo.) | |
UserTimeZoneID |
User time zone ID.
(Inherited from UserInfo.) | |
UserTokenID |
Unique Id.
(Inherited from UserInfo.) | |
UserTokenIteration |
Token Iteration
(Inherited from UserInfo.) | |
UserURLReferrer |
URL Referrer of user.
(Inherited from UserInfo.) | |
UserVisibility |
Contains XML with user's custom form field visibility settings.
(Inherited from UserInfo.) | |
ValidateCodeName |
If true, the code name is validated upon saving.
(Inherited from BaseInfo.) | |
VersioningEnabled |
Indicates if the object versioning is enabled by the settings.
(Inherited from BaseInfo.) | |
Wishlist |
Collection of all users wishlist items from all sites.
(Inherited from UserInfo.) |
See Also