UserInfo MembersKentico 8.1 API Reference
The UserInfo type exposes the following members.
Constructors

  NameDescription
Public methodUserInfo 
Constructor - Creates an empty UserInfo object.
Public methodUserInfo(DataRow)
Constructor - Creates a new UserInfo object from the given DataRow.
Public methodUserInfo(SerializationInfo, StreamingContext)
Constructor for de-serialization.
Public methodUserInfo(UserInfo, Boolean, Boolean)
Constructor - Creates a new UserInfo object from the given DataClass.
Back to Top
Methods

  NameDescription
Protected methodAddColumnPrefixesWhereCondition
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.)
Protected methodAddContentField
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 .)
Protected methodAddSearchableField
Process search settings of DataClass field and inserts required search field into search fields collection when field is searchable.
(Inherited from AbstractInfo TInfo .)
Protected methodAllowExternalColumn
Indicates whether a given column is allowed to be saved externally.
(Inherited from AbstractInfo TInfo .)
Public methodAnyItemChanged
Returns true if any of specified columns changed.
(Inherited from AbstractInfo TInfo .)
Protected methodBuildObjectPath
Builds the path from the given column.
(Inherited from BaseInfo.)
Protected methodClearCache
Clears the nested cached objects
(Inherited from BaseInfo.)
Protected methodClearCachedData
Clears the cached data of this object
Public methodClearData
Clears data from the object.
(Inherited from BaseInfo.)
Public methodClone 
Creates a clone of the object
(Overrides AbstractInfo TInfo  Clone .)
Public methodClone(Boolean)
Creates a clone of the object
(Overrides AbstractInfo TInfo  Clone(Boolean).)
Protected methodCloneObject
Creates the clone of the object
(Inherited from AbstractInfo TInfo .)
Protected methodColumnsChanged
Returns true if at least one column of the column list provided as the first argument was changed.
(Inherited from AbstractInfo TInfo .)
Protected methodCombineColumnNames( ICollection )
Returns column names
(Inherited from AbstractInfo TInfo .)
Public methodCompareTo
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.)
Public methodContainsColumn
Returns true if the object contains given column.
(Overrides AbstractInfo TInfo  ContainsColumn(String).)
Public methodConvertServerDateTime
Returns server date time in dependence on server time zone.
Public methodConvertUserDateTime
Returns current user date time in dependence on user time zone.
Protected methodCopyCachedDataTo
Copies the cached data to another UserInfo object
Protected methodCopyMemoryProperties
Copies memory properties
(Inherited from BaseInfo.)
Protected methodCopyProperties
Copies memory properties
(Inherited from AbstractInfo TInfo .)
Public methodCreateNewRolesDictionary
Creates a new empty dictionary for storing roles
Public methodDataChanged
Returns true if the object changed.
(Inherited from AbstractInfo TInfo .)
Public methodDelete
Deletes the object using appropriate provider
(Inherited from BaseInfo.)
Protected methodDeleteData
Deletes the object.
(Inherited from AbstractInfo TInfo .)
Protected methodDeleteExternalColumns
Goes through the columns which are stored externally and deletes all the files.
(Inherited from AbstractInfo TInfo .)
Protected methodDeleteMetafiles
Deletes the metafiles related to this object
(Inherited from AbstractInfo TInfo .)
Protected methodDeleteObject
Deletes the object using appropriate provider.
(Overrides AbstractInfo TInfo  DeleteObject .)
Public methodDestroy
Destroys the object including its version history using appropriate provider
(Inherited from BaseInfo.)
Protected methodDisconnect
Disconnects the collection from the database.
(Inherited from BaseInfo.)
Protected methodEnsureBinaryData 
Makes sure that the binary data is loaded into binary column of the object when StoreToFileSystem is true.
(Inherited from BaseInfo.)
Protected methodEnsureBinaryData(Boolean)
Makes sure that the binary data is loaded into binary column of the object.
(Inherited from BaseInfo.)
Protected methodEnsureCodeName
Ensures the code name of the object if not set
(Inherited from BaseInfo.)
Protected methodEnsureData
Creates a new data class container within the object
(Inherited from AbstractInfo TInfo .)
Protected methodEnsureGUID
Ensures the GUID of the object
(Inherited from BaseInfo.)
Protected methodEnsureHierarchyColumns
Ensures the IDPath and Level columns.
(Inherited from BaseInfo.)
Protected methodEnsureLastModified
Ensures the last modified time stamp of the object
(Inherited from BaseInfo.)
Protected methodEnsureUniqueCodeName
Ensures that the object has a unique code name within it's context
(Inherited from BaseInfo.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodExecuteRemoveDependencyQuery
Executes given query text using specified connection string.
(Inherited from BaseInfo.)
Protected methodExportDefaultData
Exports the default object installation data
(Inherited from BaseInfo.)
Public methodFilterSearchResults
Filters the user search results
Protected methodFinalize
Destructor
(Inherited from BaseInfo.)
Protected methodGetAutomaticCodeName
Gets the automatic code name for the object
(Inherited from BaseInfo.)
Protected methodGetAutomaticProperty
Tries to get the automatic property value for underlying object
(Inherited from AbstractInfo TInfo .)
Protected methodGetBinaryData
Returns the BinaryData object of the current instance. Has to be overriden by specific classes. Returns null by default.
(Inherited from BaseInfo.)
Public methodGetBooleanValue
Gets the boolean value from the object.
(Inherited from BaseInfo.)
Protected methodGetColumnNames
Gets the default list of column names for this class
(Inherited from AbstractInfo TInfo .)
Protected methodGetCount
Gets count of the objects filtered by given where condition.
(Inherited from BaseInfo.)
Protected methodGetCurrentObjectPathPart
Builds the path from the given column.
(Inherited from BaseInfo.)
Protected methodGetCustomProperties
Gets list of custom properties.
(Inherited from BaseInfo.)
Protected methodGetData
Returns the data according to the set of input parameters.
(Inherited from BaseInfo.)
Protected methodGetDataQueryInternal
Gets the data query for this object type
(Inherited from BaseInfo.)
Public methodGetDateTimeValue
Gets the DateTime value from the object.
(Inherited from BaseInfo.)
Protected methodGetDefaultData
Returns the default object installation data
(Inherited from BaseInfo.)
Protected methodGetDefaultDataExportColumns
Returns names of all columns that should be exported with default data as a comma separated string.
(Inherited from BaseInfo.)
Protected methodGetDefaultDataWhereCondition
Gets the where condition to filter out the default installation data
(Overrides BaseInfo GetDefaultDataWhereCondition(Boolean, Boolean).)
Protected methodGetDefaultObject
Returns default user set in the settings or Global Administrator if setting is not defined or user not found.
(Overrides BaseInfo GetDefaultObject .)
Protected methodGetDependenciesNames
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.)
Protected methodGetDependenciesNamesAuto
Checks the object dependencies. Returns a list of object names which depend on this object.
(Inherited from BaseInfo.)
Protected methodGetDependencyCacheKeys
Gets the array of dependency cache keys for current object.
(Inherited from BaseInfo.)
Public methodGetDependencyObjectType
Gets dependency object type
(Inherited from BaseInfo.)
Public methodGetDoubleValue
Gets the double value from the object.
(Inherited from BaseInfo.)
Protected methodGetEditingPageURL
Gets the object editing page URL.
(Inherited from BaseInfo.)
Protected methodGetExisting
Returns the existing object based on current object data.
(Inherited from BaseInfo.)
Protected methodGetExistingWhereCondition 
Gets a where condition to find an existing object based on current object
(Inherited from BaseInfo.)
Protected methodGetExistingWhereCondition(Boolean)
Gets a where condition to find an existing object based on current object
(Inherited from BaseInfo.)
Protected methodGetExternalColumnData
Returns the column data from external storage if exists.
(Inherited from AbstractInfo TInfo .)
Protected methodGetExternalColumns
Returns the list of columns registered as the external columns.
(Inherited from AbstractInfo TInfo .)
Protected methodGetExternalColumnSettings
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 .)
Protected methodGetExternalFiles
Goes through the columns which are stored externally and returns the list of particular files this object uses.
(Inherited from AbstractInfo TInfo .)
Protected methodGetExternalPath
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 .)
Public methodGetFileInfo
Returns FileInfo object from external storage if exists.
(Inherited from AbstractInfo TInfo .)
Public methodGetFormattedUserName
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.
Protected methodGetFullObjectName
Returns the name of the object within its parent hierarchy.
(Inherited from BaseInfo.)
Protected methodGetGeneralizedInfo
Gets the generalized info for this object
(Inherited from AbstractInfo TInfo .)
Public methodGetGenericRoles
Gets user generic roles.
Protected methodGetGlobalPermissionName
Returns name of the global permission name corresponding to the given permission name. By default, "Global" + permissionName is returned.
(Inherited from BaseInfo.)
Protected methodGetGroupWhereCondition
Gets the group where condition for the object
(Inherited from BaseInfo.)
Public methodGetGuidValue
Gets the guid value from the object.
(Inherited from BaseInfo.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetChildDependencies
Gets the child dependencies repository
(Inherited from BaseInfo.)
Protected methodGetChildWhereCondition
Gets the child object where condition.
(Overrides BaseInfo GetChildWhereCondition(String, String).)
Protected methodGetIconUrl(Page, String)
Gets the object icon URL
(Inherited from BaseInfo.)
Protected methodGetIconUrl(Int32, Int32, Int32)
Gets the object icon URL
(Inherited from BaseInfo.)
Protected methodGetIdentityWhereCondition
Gets indentity where condition to identify the object
(Inherited from BaseInfo.)
Protected methodGetIDPathPartLength
Returns the length of a part of IDPath.
(Inherited from BaseInfo.)
Public methodGetIntegerValue
Gets the integer value from the object.
(Inherited from BaseInfo.)
Protected methodGetLastObjectOrder
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.)
Protected methodGetLocalColumnNames
Gets the list of local column names for particular object
(Inherited from AbstractInfo TInfo .)
Protected methodGetLocalProperties
Gets the list of local properties for particular object
(Inherited from AbstractInfo TInfo .)
Protected methodGetLockObject
Gets the global lock object for all the instances of the object (locked on "objectType_objectId").
(Inherited from BaseInfo.)
Protected methodGetModifiedFrom
Gets the DataSet of all the objects modified from specified date.
(Inherited from BaseInfo.)
Protected methodGetNameCollisions
Gets the list of the name collisions of the given object
(Inherited from BaseInfo.)
Protected methodGetNamePathPartColumn
Returns the name of the column which is used to build the NamePath
(Inherited from BaseInfo.)
Protected methodGetObject
Gets the object by specified where condition.
(Inherited from BaseInfo.)
Public methodGetObjectData
Object serialization.
(Overrides AbstractInfo TInfo  GetObjectData(SerializationInfo, StreamingContext).)
Protected methodGetObjectChildren
Gets the object children repository
(Inherited from BaseInfo.)
Protected methodGetObjectIdentifier
Gets the object identifier that uniquely identifies the object
(Inherited from BaseInfo.)
Protected methodGetObjectKey
Gets the unique string key for the object.
(Inherited from BaseInfo.)
Protected methodGetObjectOrderID
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.)
Protected methodGetObjectTypeForColumn
Gets the object type for the given column or null if the object type is not found or unknown.
(Overrides BaseInfo GetObjectTypeForColumn(String).)
Protected methodGetOrderQueryParameters
Creates QueryDataParameters with special macros for object order management.
(Inherited from BaseInfo.)
Public methodGetOriginalValue
Returns the original value of column.
(Inherited from AbstractInfo TInfo .)
Protected methodGetOtherBindings
Gets the repository of other bindings
(Inherited from BaseInfo.)
Protected methodGetParent
Returns the parent object.
(Inherited from BaseInfo.)
Protected methodGetPermissionName
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.)
Protected methodGetPermissionObjectType
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.)
Protected methodGetPermissionToCheck
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.)
Protected methodGetPhysicalFiles
Gets DataSet with physical files.
(Inherited from BaseInfo.)
Public methodGetPrivilegeLevel
Returns highest privilege level of user.
Public methodGetProperty
Gets the property value.
(Inherited from BaseInfo.)
Protected methodGetPropertyType
Gets the type of the given property
(Overrides AbstractInfo TInfo  GetPropertyType(String).)
Protected methodGetReferringObjects
Gets the repository of depending objects
(Inherited from BaseInfo.)
Protected methodGetRegisteredProperties
Gets list of registered properties.
(Inherited from AbstractInfo TInfo .)
Public methodGetRoleIdList
Gets all roles for current user.
Public methodGetSearchDocument
Returns index document for current object with dependencies on search index info.
(Inherited from AbstractInfo TInfo .)
Public methodGetSearchFields
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 .)
Public methodGetSearchID
Gets the id column value which is used as search id by default.
(Inherited from BaseInfo.)
Public methodGetSearchImageUrl
Returns URL to current search result item.
(Inherited from AbstractInfo TInfo .)
Protected methodGetSiblingsQueryInternal
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.)
Protected methodGetSiblingsWhereCondition
Creates where condition according to Parent, Group and Site settings.
(Inherited from BaseInfo.)
Protected methodGetSiteWhereCondition
Gets the site where condition for the object
(Inherited from BaseInfo.)
Public methodGetStringValue
Gets the string value from the object.
(Inherited from BaseInfo.)
Protected methodGetThumbnailUrl
Gets the object thumbnail URL
(Inherited from BaseInfo.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodGetUniqueCodeName
Returns the unique code name for the specified object, does not check duplicity if duplicity occurs within the currentObjectId.
(Inherited from BaseInfo.)
Protected methodGetUniqueDisplayName
Returns the unique display name for the specified object.
(Inherited from BaseInfo.)
Protected methodGetUniqueName
Returns the unique code name for the specified object, does not check duplicity if duplicity occurs within the currentObjectId.
(Inherited from BaseInfo.)
Protected methodGetUniqueNameWhereCondition
Constructs base where condition for checking column value uniqueness. This method can be overriden in child classes to add more conditions.
(Inherited from BaseInfo.)
Public methodGetUserPreferredCurrencyID
Returns ID of users preferred currency for given site or 0 when not found.
Public methodGetUserPreferredPaymentOptionID
Returns ID of users preferred payment option for given site or 0 when not found.
Public methodGetUserPreferredShippingOptionID
Returns ID of users preferred shipping option for given site or 0 when not found.
Public methodGetValue(String)
Gets the field value.
(Inherited from AbstractInfo TInfo .)
Public methodGetValue ReturnType (String, ReturnType)
Gets the field value converted to a specified type.
(Inherited from AbstractInfo TInfo .)
Protected methodGetValueForTranslation
Returns value for translation services. Returns unmodified field content by default.
(Inherited from BaseInfo.)
Protected methodGetVirtualFileRelativePath
Returns virtual relative path for specific column Ensures the GUID of the object
(Inherited from BaseInfo.)
Protected methodHasAutomaticProperty
Returns true if the given column provides an automatic property to access it's binding.
(Overrides AbstractInfo TInfo  HasAutomaticProperty(String).)
Public methodHasFriend
Returns friendship status for given user.
Public methodChangedColumns
Returns list of column names which values were changed.
(Inherited from AbstractInfo TInfo .)
Protected methodCheckDefaultPermissions
Check universal permissions for an object
(Inherited from BaseInfo.)
Protected methodCheckDependencies
Checks the object dependencies. Returns true if there is at least one dependency.
(Inherited from BaseInfo.)
Protected methodCheckLicense
Checks the object license. Returns true if the licensing conditions for this object were matched
(Overrides BaseInfo CheckLicense(ObjectActionEnum, String).)
Public methodCheckPermissions
Checks whether the specified user has permissions for this object.
(Inherited from BaseInfo.)
Protected methodCheckPermissionsInternal
Checks whether the specified user has permissions for this object. This method is called automatically after CheckPermissions event was fired.
(Inherited from BaseInfo.)
Protected methodCheckPermissionsWithHandler
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.)
Public methodCheckPrivilegeLevel
Returns true if user fulfils the required privilege level (the higher level contains all children: GlobalAdmin -> Admin -> Editor -> None)
Public methodCheckUniqueCodeName
Checks if the object has unique code name. Returns true if the object has unique code name.
(Inherited from BaseInfo.)
Public methodCheckUniqueValues
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.)
Public methodIncrementIteration
Increment token Iteration.
Protected methodInitObjectsOrder
Inits the proper item order so the order is consistent.
(Inherited from BaseInfo.)
Protected methodInitObjectsOrderPostprocessing
Method called after the InitObjectOrder method is called. Override this to do further actions after order initialization. Does nothing by default.
(Inherited from BaseInfo.)
Public methodInsert
Inserts the object using appropriate provider
(Inherited from BaseInfo.)
Protected methodInsertAsClone
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.)
Protected methodInsertAsCloneInternal
Inserts cloned object to DB.
(Overrides BaseInfo InsertAsCloneInternal(CloneSettings, CloneResult, BaseInfo).)
Protected methodInsertAsClonePostprocessing
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.)
Protected methodInsertData
Inserts the object to the database.
(Inherited from AbstractInfo TInfo .)
Protected methodInsertSearchFieldToDocument
Inserts given search field and it's value into search document.
(Inherited from AbstractInfo TInfo .)
Protected methodInvalidate
Invalidates the object in the object table.
(Overrides BaseInfo Invalidate(Boolean).)
Public methodIsAuthorizedPerClassName(String, String)
Checks whether the user is authorized for given class name and permission, returns true if so.
Public methodIsAuthorizedPerClassName(String, String, String)
Checks whether the user is authorized for given class name and permission, returns true if so.
Public methodIsAuthorizedPerMetaFile
Checks whether the user is authorized per meta file for given object type and permission.
Public methodIsAuthorizedPerObject(PermissionsEnum, BaseInfo, String)
Checks whether the user is authorized per object with given object type and permission.
Public methodIsAuthorizedPerObject(PermissionsEnum, BaseInfo, String, Boolean)
Checks whether the user is authorized per object with given object type and permission.
Public methodIsAuthorizedPerObject(PermissionsEnum, String, String, Boolean)
Checks whether the user is authorized per object with given object type and permission.
Public methodIsAuthorizedPerResource(String, String)
Checks whether the user is authorized for given resource name and permission, returns true if so.
Public methodIsAuthorizedPerResource(String, String, String)
Checks whether the user is authorized for given resource name and permission, returns true if so.
Public methodIsAuthorizedPerResource(String, String, String, Boolean)
Returns true if given user is granted with specified permission.
Public methodIsAuthorizedPerUIElement(String, String)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
Public methodIsAuthorizedPerUIElement(Int32, String, Boolean)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
Public methodIsAuthorizedPerUIElement(String, String, Boolean)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
Public methodIsAuthorizedPerUIElement(String, String, String)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
Public methodIsAuthorizedPerUIElement(String,  String , String)
Checks whether the user is authorized for given resource name and UIElements, returns true if so.
Public methodIsAuthorizedPerUIElement(String, String, Boolean, String)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
Protected methodIsAvailableOnSite
Checks whether info object as availabe on given site. Available means that object is global or assigned to given site.
(Inherited from BaseInfo.)
Public methodIsCultureAllowed
Determines whether culture is allowed for given user on given site.
Public methodIsGroupAdministrator
Returns true if the user is administrator of the specified group.
Public methodIsGroupMember(Int32)
Returns true if the user is member of the specified group.
Public methodIsGroupMember(String, String)
Returns true if the user is member of the specified group.
Protected methodIsCheckedOutByUser
Returns true if the object is checked out by the specified user.
(Inherited from BaseInfo.)
Protected methodIsChildOf
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.)
Public methodIsInMembership(String, String)
Check whether current user is in membership
Public methodIsInMembership(String, String, Boolean)
Check whether current user is in membership
Public methodIsInRole(String, String)
Returns true if the user is member of the specified role on the specified site or member of global role.
Public methodIsInRole(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).
Public methodIsInSite
Returns true, if the user is member of the specified site (registered on it).
Protected methodIsModifiedExternally
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 .)
Protected methodIsObjectInvalid
Returns true if the object is invalid.
(Inherited from BaseInfo.)
Public methodIsPublic
Returns true if the user is public user record.
Public methodItemChanged
Returns true if the item on specified column name changed.
(Inherited from AbstractInfo TInfo .)
Protected methodLoadDefaultData
Sets the object default values
(Overrides AbstractInfo TInfo  LoadDefaultData .)
Protected methodLoadFromDataContainer
Loads the object data from given data container.
(Inherited from AbstractInfo TInfo .)
Protected methodLoadFromDataRow
Loads the object data from given DataRow.
(Inherited from AbstractInfo TInfo .)
Public methodMacroRepresentation
By default, BaseInfo has no special macro representation.
(Inherited from BaseInfo.)
Public methodMakeComplete
Makes the object data complete.
(Overrides AbstractInfo TInfo  MakeComplete(Boolean).)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodPermissionCheckException
Fires an exception in case authorization result is false (denied or insignificant)
(Inherited from BaseInfo.)
Public methodProperty PropertyType 
Returns the extension property for the object
(Inherited from AbstractObject.)
Protected methodReconnect
Reconnects the collection to the database.
(Inherited from BaseInfo.)
Protected methodRegisterExternalColumn
Registers external column settings to the hash table.
(Inherited from AbstractInfo TInfo .)
Protected methodRegisterExternalColumns
Registers external column settings to the hash table.
(Inherited from AbstractInfo TInfo .)
Protected methodRegisterProperties
Registers properties of the object
(Overrides AbstractInfo TInfo  RegisterProperties .)
Protected methodRegisterProperty(String, Object, Func TInfo, Object, Object )
Registers the given parameterized property to the object.
(Inherited from AbstractInfo TInfo .)
Protected methodRegisterProperty PropertyType (String, Func TInfo, Object )
Registers the given property to the object
(Inherited from AbstractInfo TInfo .)
Protected methodRemoveObjectDependencies
Removes object dependencies.
(Overrides BaseInfo RemoveObjectDependencies(Boolean, Boolean).)
Public methodResetChanges
Resets the object changes and keeps the new values as unchanged accoring to the asUnchanged parameter.
(Inherited from AbstractInfo TInfo .)
Public methodResetIterationToInitial
Reset TokenID to initial value.
Protected methodRestoreSettings
Restores local settings for object instance.
(Overrides BaseInfo RestoreSettings .)
Public methodRevertChanges
Reverts the object changes to the original values.
(Inherited from AbstractInfo TInfo .)
Protected methodSaveExternalColumns
Goes through the columns which are stored externally and ensures them in the external storage.
(Inherited from AbstractInfo TInfo .)
Protected methodSerializationNotSupported
Throws serialization not supported exception
(Inherited from BaseInfo.)
Protected methodSetData
Updates or inserts the object to the database.
(Inherited from AbstractInfo TInfo .)
Protected methodSetExternalColumnData
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 .)
Protected methodSetObject
Updates the object using appropriate provider.
(Overrides AbstractInfo TInfo  SetObject .)
Protected methodSetObjectAlphabeticalOrder
Moves the object to the right position according to the custom order.
(Inherited from BaseInfo.)
Protected methodSetObjectOrder
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.)
Protected methodSetObjectOrderPostprocessing
Method which is called after the order of the object was changed. Generates staging tasks and webfarm tasks by default.
(Inherited from AbstractInfo TInfo .)
Protected methodSetParent
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.)
Public methodSetPrivilegeLevel
Sets the privilege level to the user
Public methodSetValue(String, Object)
Sets the field value (first look into CMS_User if the field is not found, set into CMS_UserSettings).
(Overrides AbstractInfo TInfo  SetValue(String, Object).)
Public methodSetValue(String, Object, Boolean)
Sets the object value to the nullable column.
(Inherited from BaseInfo.)
Public methodSetValue(String, Object, Object)
Sets the object value to the nullable column.
(Inherited from BaseInfo.)
Protected methodSortAlphabetically
Sort objects alphabetically.
(Inherited from BaseInfo.)
Protected methodStoreSettings
Stores local settings for object instance.
(Overrides BaseInfo StoreSettings .)
Public methodSubmitChanges
Submits the changes in the object to the database.
(Inherited from BaseInfo.)
Public methodToMacroString
Returns the default text representation in the macros.
(Inherited from BaseInfo.)
Public methodToString
Returns the text representation of the object
(Inherited from BaseInfo.)
Public methodTouchKeys
Touches the cache dependency keys of the object to flush the dependent cache items.
(Inherited from AbstractInfo TInfo .)
Protected methodTouchParent
Updates the parent object by saving it (to update the timestamp).
(Inherited from BaseInfo.)
Protected methodTryGetAutomaticProperty
Tries to get the automatic property value for underlying object
(Inherited from AbstractInfo TInfo .)
Public methodTryGetProperty(String, Object )
Returns value of property.
(Overrides AbstractInfo TInfo  TryGetProperty(String, Object ).)
Public methodTryGetProperty(String, Object , Boolean)
Returns value of property.
(Inherited from BaseInfo.)
Public methodTryGetValue
Returns value of column.
(Overrides AbstractInfo TInfo  TryGetValue(String, Object ).)
Public methodUpdate
Updates the database entity using appropriate provider
(Inherited from BaseInfo.)
Protected methodUpdateData
Updates the object to the database.
(Inherited from AbstractInfo TInfo .)
Protected methodUpdateExternalColumns
Goes through the columns which are stored externally and updates DB versions with the data from external storage.
(Inherited from AbstractInfo TInfo .)
Public methodUpdateFriendStatus
Update user friends hashtable.
Protected methodUpdateFromDB
Updates the data of the object from DB (updates also ObjectSettings).
(Inherited from BaseInfo.)
Protected methodUpdatePhysicalFiles
Saves physical files.
(Inherited from BaseInfo.)
Protected methodUpsertData
Updates or inserts the object to the database.
(Inherited from AbstractInfo TInfo .)
Protected methodWriteDefaultData
Writes the default object installation data into xml file
(Inherited from BaseInfo.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodCompare
Compares two BaseInfo objects (data & structure) according to comparison settings given.
(Defined by DataExtensions.)
Public Extension MethodCopyTo
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Public Extension MethodIsAuthorizedPerDocument(Int32, String, NodePermissionsEnum)Overloaded.
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
(Defined by UserSecurityExtensions.)
Public Extension MethodIsAuthorizedPerDocument(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.)
Public Extension MethodIsAuthorizedPerDocument(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.)
Public Extension MethodIsAuthorizedPerTreeNode(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.)
Public Extension MethodIsAuthorizedPerTreeNode(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.)
Public Extension MethodIsAuthorizedPerTreeNode(TreeNode, NodePermissionsEnum, Boolean)Overloaded.
Checks whether the user is authorized for the given document and permission, returns the authorization result.
(Defined by UserSecurityExtensions.)
Public Extension MethodIsAuthorizedPerTreeNode(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.)
Public Extension MethodIsAuthorizedPerTreeNode(TreeNode, NodePermissionsEnum, String, Boolean)Overloaded.
Checks whether the user is authorized for the given document and permission, returns the authorization result.
(Defined by UserSecurityExtensions.)
Public Extension MethodIsAuthorizedToCreateNewDocument(Int32, String)Overloaded.
Checks whether the user is authorized to create new document.
(Defined by UserSecurityExtensions.)
Public Extension MethodIsAuthorizedToCreateNewDocument(TreeNode, String)Overloaded.
Checks whether the user is authorized to create new document.
(Defined by UserSecurityExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberGLOBAL_ROLES_KEY
Constant for global roles in siteroles collection.
Protected fieldmAllowClone
Indicates if the object supports cloning.
(Inherited from BaseInfo.)
Protected fieldmAllowRestore
Indicates if the object supports deleting to recycle bin.
(Inherited from BaseInfo.)
Protected fieldmAllowTouchParent
Indicates if parent is allowed to be touched, if exists.
(Inherited from BaseInfo.)
Protected fieldmBindings
Binding objects of the object.
(Inherited from BaseInfo.)
Protected fieldmCacheParentData
If true, the parent data is cached.
(Inherited from BaseInfo.)
Protected fieldmDataClass
Data class with the SiteInfo data.
(Inherited from AbstractInfo TInfo .)
Protected fieldmDisconnectedCount
Number of disconnected references for this collection
(Inherited from BaseInfo.)
Protected fieldmFriends
Table with user's friends.
Protected fieldmGeneralized
Generalized interface of this object
(Inherited from BaseInfo.)
Protected fieldmGroups
Table with user's groups.
Protected fieldmCheckUnique
If true, the code name is checked for uniqueness upon saving.
(Inherited from BaseInfo.)
Protected fieldmChildDependencies
Child dependency objects of the object.
(Inherited from BaseInfo.)
Protected fieldmChildren
Child objects of the object.
(Inherited from BaseInfo.)
Protected fieldmInstantiated
Date and time when this instance was created.
(Inherited from BaseInfo.)
Protected fieldmInvalidateObject
If true, object is invalidated on the object update.
(Inherited from BaseInfo.)
Protected fieldmLocalColumnNames
Local column names
(Inherited from AbstractInfo TInfo .)
Protected fieldmLocalProperties
Local properties
(Inherited from AbstractInfo TInfo .)
Protected fieldmLocalSettings
Local object settings.
(Inherited from BaseInfo.)
Protected fieldmLogEvents
If true, events are logged on the object update.
(Inherited from BaseInfo.)
Protected fieldmLogExport
If true, export tasks are logged on the object update.
(Inherited from BaseInfo.)
Protected fieldmLogIntegration
Whether to log integration tasks.
(Inherited from BaseInfo.)
Protected fieldmLogSynchronization
If true, synchronization tasks are logged on the object update.
(Inherited from BaseInfo.)
Protected fieldmLogWebFarmTasks
If true, web farm tasks are logged on the object update.
(Inherited from BaseInfo.)
Protected fieldmMembershipRoles
User membership roles.
Protected fieldmMembershipRoleValidity
Membership roles validity
Protected fieldmMemberships
Table with sites and corresponding memberships.
Protected fieldmMembershipsValidity
Hashtable with validity info about user's membership
Protected fieldmObjectIcon
Object icon metafile.
(Inherited from BaseInfo.)
Protected fieldmObjectLastAccessed
Object last access time (uses internally by providers).
(Inherited from BaseInfo.)
Protected fieldmObjectParent
Object parent.
(Inherited from BaseInfo.)
Protected fieldmObjectSiteID
Object site ID.
(Inherited from BaseInfo.)
Protected fieldmObjectSiteName
Object site name.
(Inherited from BaseInfo.)
Protected fieldmObjectThumbnail
Object thumbnail metafile.
(Inherited from BaseInfo.)
Protected fieldmOrders
Collection of orders made by user.
Protected fieldmOtherBindings
Other binding objects of the object.
(Inherited from BaseInfo.)
Protected fieldmProcesses
Processes of the object.
(Inherited from BaseInfo.)
Protected fieldmPurchasedProducts
Collection of products purchased by user.
Protected fieldmReferringObjects
Depending objects of the object.
(Inherited from BaseInfo.)
Protected fieldmRelatedData
Custom data connected to the object.
(Inherited from BaseInfo.)
Protected fieldmRelatedDataLoaded
Related data is loaded.
(Inherited from BaseInfo.)
Protected fieldmRelatedObjects
Related objects.
(Inherited from BaseInfo.)
Protected fieldmResourceUIElements
Hashtable with all UI elements within each module across all sites the user can see.
Protected fieldmRolesValidity
Hashtable with temporaly roles.
Protected fieldmScheduledTasks
Scheduled tasks of the object.
(Inherited from BaseInfo.)
Protected fieldmSiteCultures
Contains allowed cultures.
Protected fieldmSitesRoles
Table with the sites and corresponding roles.
Protected fieldmStatus
Status of the object.
(Inherited from BaseInfo.)
Protected fieldmSupportsVersioning
Indicates if the object versioning is supported.
(Inherited from BaseInfo.)
Protected fieldmTokenId
Token id assigned to the user
Protected fieldmTokenIteration
Token iteration.
Protected fieldmTouchCacheDependencies
If true, cache keys are touched on the object update.
(Inherited from BaseInfo.)
Protected fieldmTypeInfo
Object type information.
(Inherited from BaseInfo.)
Protected fieldmUpdateTimeStamp
If true, timestamp of the object is updated when saved.
(Inherited from BaseInfo.)
Protected fieldmUpdateVersionGUID
If true, version GUID of the object is updated when saved.
(Inherited from AbstractInfo TInfo .)
Protected fieldmUserSettings
UserSettings info object.
Protected fieldmValidateCodeName
If true, the code name is validated upon saving.
(Inherited from BaseInfo.)
Protected fieldmWishlist
Collection of users wishlist items.
Public fieldStatic memberOBJECT_TYPE
Object type
Public fieldStatic memberTYPEINFO
Type information.
Back to Top
Properties

  NameDescription
Protected propertyAllowClone
Indicates if the object supports cloning.
(Inherited from BaseInfo.)
Public propertyAllowPartialUpdate
If true, the object allows partial updates.
(Inherited from AbstractInfo TInfo .)
Protected propertyAllowRestore
Indicates if the object supports deleting to recycle bin.
(Inherited from BaseInfo.)
Protected propertyAllowTouchParent
Indicates if parent is allowed to be touched, if exists.
(Inherited from BaseInfo.)
Public propertyAssignedSites
Collection of the sites to which the object is associated via site bindings (M:N relationships).
(Inherited from BaseInfo.)
Protected propertyBindingObjectTypesObsolete.
Binding object types.
(Inherited from BaseInfo.)
Public propertyBindings
Collection of the binding objects for the given object.
(Inherited from BaseInfo.)
Protected propertyCacheParentData
If true, the parent object data is cached within object.
(Inherited from BaseInfo.)
Protected propertyCategoryIDColumnObsolete.
Category ID column name.
(Inherited from BaseInfo.)
Public propertyClassName
Returns the class name of this object
(Inherited from AbstractInfo TInfo .)
Protected propertyCodeNameColumn
Code name column name of the info record.
(Inherited from BaseInfo.)
Protected propertyCodeNameChanged
Returns whether the object code name changed or not
(Inherited from AbstractInfo TInfo .)
Public propertyColumnNames
Column names.
(Overrides AbstractInfo TInfo  ColumnNames.)
Protected propertyCustomizedColumns
Gets the list of customized columns in current object
(Inherited from BaseInfo.)
Protected propertyDataClass
Data class with the info object data.
(Inherited from AbstractInfo TInfo .)
Protected propertyDeleteFiles
Indicates if all physical files should be deleted when object will be deleted.
(Inherited from AbstractInfo TInfo .)
Protected propertyDisplayNameColumn
Display name column name of the info record.
(Inherited from BaseInfo.)
Public propertyEmail
E-mail address.
Public propertyEnabled
Indicates if user is enabled.
Public propertyFirstName
First name of user.
Public propertyFriends
Returns the HashTable with user's friends.
Public propertyFullName
Full name of user.
Public propertyGeneralized
Generalized interface of this object.
(Inherited from AbstractInfo TInfo .)
Public propertyGroups
Returns the HashTable with user's groups.
Protected propertyGUIDColumnObsolete.
GUID column.
(Inherited from BaseInfo.)
Protected propertyHasData
Returns true if the object has it's data storage initialized already
(Inherited from AbstractInfo TInfo .)
Public propertyHasChanged
Returns true if the object changed.
(Inherited from AbstractInfo TInfo .)
Protected propertyCheckUnique
If true, the code name is checked for uniqueness upon saving.
(Inherited from BaseInfo.)
Protected propertyChildDependencies
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.)
Protected propertyChildDependencyColumnsObsolete.
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.)
Protected propertyChildObjectTypesObsolete.
Child object types.
(Inherited from BaseInfo.)
Public propertyChildren
Collection of the child objects for the given object.
(Inherited from BaseInfo.)
Public propertyIcon
Object icon
(Inherited from BaseInfo.)
Protected propertyIDColumnObsolete.
ID column name of the info record.
(Inherited from BaseInfo.)
Protected propertyIgnoreExternalColumns
If true, externally stored columns are ignored and are stored normally in DB.
(Inherited from BaseInfo.)
Protected propertyInstanceGUID
Returns the object instance GUID
(Inherited from BaseInfo.)
Protected propertyInvalidateObject
If true, object is invalidated when the object is changed.
(Inherited from BaseInfo.)
Protected propertyIsCachedObject
If true, the object is cached within the system for later use
(Inherited from BaseInfo.)
Protected propertyIsClone
Indicates if the object is clone.
(Inherited from BaseInfo.)
Public propertyIsComplete
Returns true if the object is complete (has all columns).
(Inherited from AbstractInfo TInfo .)
Protected propertyIsDisconnected
Returns true if this collection is disconnected from the database
(Inherited from BaseInfo.)
Public propertyIsEditorInternal
Gets or sets the IsEditor flag. This property is considered for internal purposes only and should not be used in custom code.
Public propertyIsExternal
True if the user is external.
Public propertyIsGlobal
Returns true if the object is global object. False if the object belongs to specific site only.
(Inherited from BaseInfo.)
Public propertyIsGlobalAdministrator
True if the user is the global administrator.
Protected propertyIsCheckedOut
Indicates if the object is checked out.
(Inherited from BaseInfo.)
Protected propertyIsCheckedOutByUserID
Gets ID of the user who checked the object out.
(Inherited from BaseInfo.)
Protected propertyIsObjectValid
Returns true if the object is considered valid.
(Inherited from BaseInfo.)
Public propertyItem
Gets or sets the value of the column.
(Inherited from BaseInfo.)
Public propertyLastLogon
Last logon of user.
Public propertyLastName
Last name.
Protected propertyLogEvents
If true, Events tasks are logged on the object update.
(Inherited from BaseInfo.)
Protected propertyLogExport
If true, export tasks are logged on the object update.
(Inherited from BaseInfo.)
Protected propertyLogIntegration
If true, integration tasks are being logged.
(Inherited from BaseInfo.)
Protected propertyLogSynchronization
If true, synchronization tasks are logged on the object update.
(Inherited from BaseInfo.)
Protected propertyLogWebFarmTasks
If true, web farm tasks are logged on the object update.
(Inherited from BaseInfo.)
Public propertyMembershipRoles
Returns the HashTable of the user Sites and roles got via membership.
Public propertyMemberships
Returns hashtable of user's membership
Public propertyMembershipsValidity
Returns hashtable of user's membership
Public propertyMetaFiles
Collection of the metafiles belonging to the object.
(Inherited from BaseInfo.)
Public propertyMiddleName
Middle name of user.
Protected propertyName
Returns the code name of the object
(Inherited from BaseInfo.)
Protected propertyObjectCategory
Object category.
(Inherited from BaseInfo.)
Protected propertyObjectClassNameObsolete.
Class name.
(Inherited from BaseInfo.)
Protected propertyObjectCodeName
Object code name.
(Inherited from BaseInfo.)
Protected propertyObjectDisplayName
Object display name.
(Inherited from BaseInfo.)
Protected propertyObjectFullName
Object full name if exists
(Inherited from BaseInfo.)
Protected propertyObjectGroupID
Object community group ID.
(Inherited from BaseInfo.)
Protected propertyObjectGUID
Object GUID.
(Inherited from BaseInfo.)
Protected propertyObjectIcon
Object icon metafile.
(Inherited from BaseInfo.)
Protected propertyObjectIconGUID
Object icon GUID.
(Inherited from BaseInfo.)
Protected propertyObjectID
Object ID.
(Inherited from BaseInfo.)
Protected propertyObjectIsCustom
Indicates if object is custom.
(Inherited from BaseInfo.)
Protected propertyObjectIsCustomized
Indicates if object is customized.
(Inherited from BaseInfo.)
Protected propertyObjectIsNestedObsolete.
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.)
Protected propertyObjectLastAccessed
Object last access time (uses internally by providers).
(Inherited from BaseInfo.)
Protected propertyObjectLastModified
Last modified time.
(Inherited from BaseInfo.)
Protected propertyObjectOrder
Returns the order of the object among the other objects.
(Inherited from BaseInfo.)
Protected propertyObjectParent
Object parent.
(Inherited from BaseInfo.)
Protected propertyObjectParentID
Object parent ID.
(Inherited from BaseInfo.)
Public propertyObjectSettings
Object settings
(Inherited from BaseInfo.)
Protected propertyObjectSite
Returns the object site.
(Inherited from BaseInfo.)
Protected propertyObjectSiteID
Object site ID.
(Inherited from BaseInfo.)
Protected propertyObjectSiteName
Object site name.
(Inherited from BaseInfo.)
Protected propertyObjectStatus
Returns the current status of the object.
(Inherited from BaseInfo.)
Protected propertyObjectThumbnail
Object thumbnail metafile.
(Inherited from BaseInfo.)
Protected propertyObjectThumbnailGUID
Object thumbnail GUID.
(Inherited from BaseInfo.)
Public propertyObjectTypeObsolete.
Object type.
(Inherited from BaseInfo.)
Protected propertyObjectVersionGUID
Object version GUID.
(Inherited from BaseInfo.)
Protected propertyOrderColumnObsolete.
Order column name of the info record.
(Inherited from BaseInfo.)
Public propertyOrders
Collection or users orders made on current site.
Protected propertyOriginalObjectCodeName
Returns the original object code name
(Inherited from AbstractInfo TInfo .)
Protected propertyOtherBindingObjectTypesObsolete.
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.)
Public propertyOtherBindings
Collection of the binding objects for the given object.
(Inherited from BaseInfo.)
Public propertyParent
Object parent
(Inherited from BaseInfo.)
Protected propertyParentIDColumnObsolete.
Parent ID column name of the info record.
(Inherited from BaseInfo.)
Protected propertyParentObjectType
Parent object type.
(Inherited from BaseInfo.)
Public propertyPasswordFormat
Format of the user password.
Public propertyPreferredCultureCode
Preferred culture code.
Public propertyPreferredUICultureCode
Preferred UI culture code.
Protected propertyPrioritizedProperties
Gets the list of properties which should be prioritized in the macro controls (IntelliSense, MacroTree).
(Inherited from BaseInfo.)
Public propertyProcesses
Collection of the processes belonging to the object.
(Inherited from BaseInfo.)
Public propertyProperties
Properties of the object
(Inherited from AbstractInfo TInfo .)
Public propertyPurchasedProducts
Collection of all products purchased by user at all sites.
Protected propertyReferringObjects
Collection of the objects depending on this object (object which have FK to this object).
(Inherited from BaseInfo.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractInfo TInfo .)
Public propertyRelatedData
Custom data connected to the object.
(Inherited from BaseInfo.)
Public propertyRelatedObjects
Related objects.
(Inherited from BaseInfo.)
Public propertyResourceUIElements
Returns UI elements within each module across all sites the user can see.
Public propertyRolesValidity
Returns the HashTable of the temporary user roles.
Public propertySearchType
Gets the type of current object.
(Overrides AbstractInfo TInfo  SearchType.)
Public propertyScheduledTasks
Collection of the scheduled tasks belonging to the object.
(Inherited from BaseInfo.)
Public propertySite
Object site
(Inherited from BaseInfo.)
Public propertySiteCultures
Returns the user's allowed cultures.
Protected propertySiteIDColumnObsolete.
Site ID column name of the info record.
(Inherited from BaseInfo.)
Public propertySitesRoles
Returns the HashTable of the user Sites and roles.
Protected propertySupportsVersioning
Indicates if the object versioning is supported. Default false
(Inherited from BaseInfo.)
Public propertyThumbnail
Object thumbnail
(Inherited from BaseInfo.)
Protected propertyTimeStampColumnObsolete.
Time stamp column.
(Inherited from BaseInfo.)
Public propertyTimeZoneInfo
Gets the user's time zone information.
Protected propertyTouchCacheDependencies
If true, cache dependencies are touched when the object is changed.
(Inherited from BaseInfo.)
Public propertyTypeInfo
Object type information.
(Inherited from BaseInfo.)
Protected propertyUpdateTimeStamp
If true, timestamp of the object is updated when saved.
(Inherited from BaseInfo.)
Protected propertyUpdateVersionGUID
If true, version GUID of the object is updated when saved.
(Inherited from AbstractInfo TInfo .)
Public propertyUserAccountLockReason
Gets or sets number representing reason for user account lock
Public propertyUserAuthenticationGUID
Temporary GUID for user identification for automatic sign-in in the CMS Desk.
Public propertyUserAvatarID
User avatar ID.
Public propertyUserCampaign
User campaign.
Public propertyUserCreated
When was user created.
Public propertyUserCustomData
User custom data.
Public propertyUserDescription
User description.
Public propertyUserEnabled
Indicates whether user is enabled.
Public propertyUserGlobalAccessDisabled
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.
Public propertyUserGUID
User GUID.
Public propertyUserHasAllowedCultures
If user has allowed more than one culture.
Public propertyUserID
User ID.
Public propertyUserInvalidLogOnAttempts
Gets or sets number of user invalid logon attempts.
Public propertyUserInvalidLogOnAttemptsHash
User password change request hash.
Public propertyUserIsDisabledManually
Indicates if user was disabled manually by admin.
Public propertyUserIsDomain
Determines whether user is domain user.
Public propertyUserIsExternal
Indicated whether user is external.
Public propertyUserIsGlobalAdministrator
Indicates whether user is global administrator.
Public propertyUserIsHidden
Indicates whether user is hidden.
Public propertyUserLastLogonInfo
User last logon info.
Public propertyUserLastModified
Object last modified.
Public propertyUserMessagingNotificationEmail
Messaging notification email.
Public propertyUserMFRequired
Multi-factor authentication is required for user.
Public propertyUserName
User name.
Public propertyUserNickName
User nick name.
Public propertyUserPasswordExpiration
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
Public propertyUserPasswordFormat
Format of user's password.
Public propertyUserPasswordLastChanged
Gets or sets time of last password change
Public propertyUserPasswordRequestHash
User password change request hash.
Public propertyUserPicture
User picture.
Public propertyUserSettings
Gets the UserSettigs info object for the user.
Public propertyUserSignature
User signature.
Public propertyUserStartingAliasPath
Starting alias path of user.
Public propertyUserTimeZoneID
User time zone ID.
Public propertyUserTokenID
Unique Id.
Public propertyUserTokenIteration
Token Iteration
Public propertyUserURLReferrer
URL Referrer of user.
Public propertyUserVisibility
Contains XML with user's custom form field visibility settings.
Protected propertyValidateCodeName
If true, the code name is validated upon saving.
(Inherited from BaseInfo.)
Protected propertyVersioningEnabled
Indicates if the object versioning is enabled by the settings.
(Inherited from BaseInfo.)
Public propertyWishlist
Collection of all users wishlist items from all sites.
Back to Top
See Also