Click or drag to resize
CurrentUserInfo Class
Class to hold current user information. Extends UserInfo with context specific information, and debug functionality for security debug of current request.
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractObject
    CMS.DataEngineBaseInfo
      CMS.DataEngineAbstractInfoBaseUserInfo
        CMS.DataEngineAbstractInfoUserInfo
          CMS.MembershipUserInfo
            CMS.MembershipCurrentUserInfo

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class CurrentUserInfo : UserInfo

The CurrentUserInfo type exposes the following members.

Constructors
Fields
  NameDescription
Protected fieldmDataClass
Data class with the SiteInfo data.
(Inherited from AbstractInfoBaseTInfo.)
Protected fieldmFriends
Table with user's friends.
(Inherited from UserInfo.)
Protected fieldmGroups
Table with user's groups.
(Inherited from UserInfo.)
Protected fieldmMembershipRoles
User membership roles.
(Inherited from UserInfo.)
Protected fieldmMembershipRoleValidity
Membership roles validity
(Inherited from UserInfo.)
Protected fieldmMemberships
Table with sites and corresponding memberships.
(Inherited from UserInfo.)
Protected fieldmMembershipsValidity
Hashtable with validity info about user's membership
(Inherited from UserInfo.)
Protected fieldmOrders
Collection of orders made by user.
(Inherited from UserInfo.)
Protected fieldmPurchasedProducts
Collection of products purchased by user.
(Inherited from UserInfo.)
Protected fieldmResourceUIElements
Hashtable with all UI elements within each module across all sites the user can see.
(Inherited from UserInfo.)
Protected fieldmRolesValidity
Hashtable with temporaly roles.
(Inherited from UserInfo.)
Protected fieldmSiteCultures
Contains allowed cultures.
(Inherited from UserInfo.)
Protected fieldmSitesRoles
Table with the sites and corresponding roles.
(Inherited from UserInfo.)
Protected fieldmStatus
Status of the object.
(Inherited from BaseInfo.)
Protected fieldmTokenId
Token id assigned to the user
(Inherited from UserInfo.)
Protected fieldmTokenIteration
Token iteration.
(Inherited from UserInfo.)
Protected fieldmUserSettings
UserSettings info object.
(Inherited from UserInfo.)
Protected fieldmWishlist
Collection of users wishlist items.
(Inherited from UserInfo.)
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 AbstractInfoBaseTInfo.)
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.)
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.)
Public propertyClassName
Returns the class name of this object
(Inherited from AbstractInfoBaseTInfo.)
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 AbstractInfoBaseTInfo.)
Public propertyColumnNames
Column names.
(Inherited from AbstractInfoBaseTInfo.)
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 AbstractInfoBaseTInfo.)
Protected propertyDeleteFiles
Indicates if all physical files should be deleted when object will be deleted.
(Inherited from AbstractInfoBaseTInfo.)
Protected propertyDisplayNameColumn
Display name column name of the info record.
(Inherited from BaseInfo.)
Public propertyEmail
E-mail address.
(Inherited from UserInfo.)
Public propertyEnabled
Indicates if user is enabled.
(Inherited from UserInfo.)
Public propertyFirstName
First name of user.
(Inherited from UserInfo.)
Public propertyFriends
Returns the HashTable with user's friends.
(Inherited from UserInfo.)
Public propertyFullName
Full name of user.
(Inherited from UserInfo.)
Public propertyGeneralized
Generalized interface of this object.
(Inherited from AbstractInfoBaseTInfo.)
Public propertyGroups
Returns the HashTable with user's groups.
(Inherited from UserInfo.)
Protected propertyHasData
Returns true if the object has it's data storage initialized already
(Inherited from AbstractInfoBaseTInfo.)
Public propertyHasChanged
Returns true if the object changed.
(Inherited from AbstractInfoBaseTInfo.)
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.)
Public propertyChildren
Collection of the child objects for the given object.
(Inherited from BaseInfo.)
Public propertyIcon
Object icon
(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 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 AbstractInfoBaseTInfo.)
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.
(Inherited from UserInfo.)
Public propertyIsExternal
True if the user is external.
(Inherited from UserInfo.)
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.
(Overrides UserInfoIsGlobalAdministrator.)
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 propertyIsVirtual
Indicates if user is initialized from virtual context
Public propertyItem
Gets or sets the value of the column.
(Inherited from BaseInfo.)
Public propertyLastLogon
Last logon of user.
(Inherited from UserInfo.)
Public propertyLastName
Last name.
(Inherited from UserInfo.)
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
Indicates how should be handled the logging of synchronization tasks 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.
(Inherited from UserInfo.)
Public propertyMemberships
Returns hashtable of user's membership
(Inherited from UserInfo.)
Public propertyMembershipsValidity
Returns hashtable of user's membership
(Inherited from UserInfo.)
Public propertyMetaFiles
Collection of the metafiles belonging to the object.
(Inherited from BaseInfo.)
Public propertyMiddleName
Middle name of user.
(Inherited from UserInfo.)
Protected propertyName
Returns the code name of the object
(Inherited from BaseInfo.)
Protected propertyObjectCategory
Object category.
(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 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.)
Protected propertyObjectVersionGUID
Object version GUID.
(Inherited from BaseInfo.)
Public propertyOrders
Collection or users orders made on current site.
(Inherited from UserInfo.)
Protected propertyOriginalObjectCodeName
Returns the original object code name
(Inherited from AbstractInfoBaseTInfo.)
Public propertyOtherBindings
Collection of the binding objects for the given object.
(Inherited from BaseInfo.)
Public propertyParent
Object parent
(Inherited from BaseInfo.)
Protected propertyParentObjectType
Parent object type.
(Inherited from BaseInfo.)
Public propertyPasswordFormat
Format of the user password.
(Inherited from UserInfo.)
Public propertyPreferredCultureCode
Preferred culture code.
(Inherited from UserInfo.)
Public propertyPreferredUICultureCode
User preferred UI Culture code.
(Overrides UserInfoPreferredUICultureCode.)
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 AbstractInfoBaseTInfo.)
Public propertyPurchasedProducts
Collection of all products purchased by user at all sites.
(Inherited from UserInfo.)
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 AbstractInfoBaseTInfo.)
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.
(Inherited from UserInfo.)
Public propertyRolesValidity
Returns the HashTable of the temporary user roles.
(Inherited from UserInfo.)
Public propertySearchType
Gets the type of current object.
(Inherited from UserInfo.)
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.
(Inherited from UserInfo.)
Public propertySitesRoles
Returns the HashTable of the user Sites and roles.
(Inherited from UserInfo.)
Protected propertySupportsVersioning
Indicates if the object versioning is supported. Default false
(Inherited from BaseInfo.)
Public propertyThumbnail
Object thumbnail
(Inherited from BaseInfo.)
Public propertyTimeZoneInfo
Gets the user's time zone information.
(Inherited from UserInfo.)
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 AbstractInfoBaseTInfo.)
Public propertyURLReferrer
User URL referrer.
Public propertyUserAccountLockReason
Gets or sets number representing reason for user account lock
(Inherited from UserInfo.)
Public propertyUserAuthenticationGUID
Temporary GUID for user identification for automatic sign-in in the CMS Desk.
(Inherited from UserInfo.)
Public propertyUserAvatarID
User avatar ID.
(Inherited from UserInfo.)
Public propertyUserCampaign
User campaign.
(Inherited from UserInfo.)
Public propertyUserCreated
When was user created.
(Inherited from UserInfo.)
Public propertyUserCustomData
User custom data.
(Inherited from UserInfo.)
Public propertyUserDescription
User description.
(Inherited from UserInfo.)
Public propertyUserEnabled
Indicates whether user is enabled.
(Inherited from UserInfo.)
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.
(Inherited from UserInfo.)
Public propertyUserGUID
User GUID.
(Inherited from UserInfo.)
Public propertyUserHasAllowedCultures
If user has allowed more than one culture.
(Inherited from UserInfo.)
Public propertyUserID
User ID.
(Inherited from UserInfo.)
Public propertyUserInvalidLogOnAttempts
Gets or sets number of user invalid logon attempts.
(Inherited from UserInfo.)
Public propertyUserInvalidLogOnAttemptsHash
User password change request hash.
(Inherited from UserInfo.)
Public propertyUserIsDisabledManually
Indicates if user was disabled manually by admin.
(Inherited from UserInfo.)
Public propertyUserIsDomain
Determines whether user is domain user.
(Inherited from UserInfo.)
Public propertyUserIsExternal
Indicated whether user is external.
(Inherited from UserInfo.)
Public propertyUserIsGlobalAdministrator
Indicates whether user is global administrator.
(Inherited from UserInfo.)
Public propertyUserIsHidden
Indicates whether user is hidden.
(Inherited from UserInfo.)
Public propertyUserLastLogonInfo
User last logon info.
(Inherited from UserInfo.)
Public propertyUserLastModified
Object last modified.
(Inherited from UserInfo.)
Public propertyUserMessagingNotificationEmail
Messaging notification email.
(Inherited from UserInfo.)
Public propertyUserMFRequired
Multi-factor authentication is required for user.
(Inherited from UserInfo.)
Public propertyUserName
User name.
(Inherited from UserInfo.)
Public propertyUserNickName
User nick name.
(Inherited from UserInfo.)
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
(Inherited from UserInfo.)
Public propertyUserPasswordFormat
Format of user's password.
(Inherited from UserInfo.)
Public propertyUserPasswordLastChanged
Gets or sets time of last password change
(Inherited from UserInfo.)
Public propertyUserPasswordRequestHash
User password change request hash.
(Inherited from UserInfo.)
Public propertyUserPicture
User picture.
(Inherited from UserInfo.)
Public propertyUserSettings
Gets the UserSettings info object for the user.
(Inherited from UserInfo.)
Public propertyUserSignature
User signature.
(Inherited from UserInfo.)
Public propertyUserStartingAliasPath
Starting alias path of user.
(Inherited from UserInfo.)
Public propertyUserTimeZoneID
User time zone ID.
(Inherited from UserInfo.)
Public propertyUserTokenID
Unique Id.
(Inherited from UserInfo.)
Public propertyUserTokenIteration
Token Iteration
(Inherited from UserInfo.)
Public propertyUserURLReferrer
URL Referrer of user.
(Inherited from UserInfo.)
Public propertyUserVisibility
Contains XML with user's custom form field visibility settings.
(Inherited from UserInfo.)
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.
(Inherited from UserInfo.)
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 AbstractInfoBaseTInfo.)
Protected methodAddSearchableField
Process search settings of DataClass field and inserts required search field into search fields collection when field is searchable.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodAllowExternalColumn
Indicates whether a given column is allowed to be saved externally.
(Inherited from AbstractInfoBaseTInfo.)
Public methodAnyItemChanged
Returns true if any of specified columns changed.
(Inherited from AbstractInfoBaseTInfo.)
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
(Inherited from UserInfo.)
Protected methodClearCachedValues
Clears the cached values depending on the given column value.
(Inherited from BaseInfo.)
Public methodClearData
Clears data from the object.
(Inherited from BaseInfo.)
Public methodClone
Returns the cloned user info object.
Public methodClone(Boolean)
Creates a clone of the object
(Inherited from UserInfo.)
Public methodCloneObject
Creates the clone of the object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodColumnsChanged
Returns true if at least one column of the column list provided as the first argument was changed.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodCombineColumnNames(ICollection)
Combines column names from supplied collections into a list and caches it in mCombinedColumnNames. Does nothing when column names are already cached unless TypeInfo has ColumnsInvalidated set to true. Returns combined column names.
(Inherited from AbstractInfoBaseTInfo.)
Public methodCombineColumnNames(String)
Combines supplied column names into a list and caches it in mCombinedColumnNames. Does nothing when column names are already cached unless TypeInfo has ColumnsInvalidated set to true. Returns combined column names.
(Inherited from AbstractInfoBaseTInfo.)
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.
(Inherited from UserInfo.)
Public methodConvertServerDateTime
Returns server date time in dependence on server time zone.
(Inherited from UserInfo.)
Public methodConvertUserDateTime
Returns current user date time in dependence on user time zone.
(Inherited from UserInfo.)
Protected methodCopyCachedDataTo
Copies the cached data to another UserInfo object
(Inherited from UserInfo.)
Protected methodCopyExternalColumns
Copy value of external columns directly via set value
(Inherited from BaseInfo.)
Protected methodCopyMemoryProperties
Copies memory properties
(Inherited from BaseInfo.)
Protected methodCopyProperties
Copies memory properties
(Inherited from AbstractInfoBaseTInfo.)
Public methodCreateNewRolesDictionary
Creates a new empty dictionary for storing roles
(Inherited from UserInfo.)
Public methodDataChanged
Returns true if the object changed.
(Inherited from AbstractInfoBaseTInfo.)
Public methodDelete
Deletes the object using appropriate provider
(Inherited from BaseInfo.)
Protected methodDeleteData
Deletes the object.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodDeleteDataInternal
Deletes the object data from the database
(Inherited from AbstractInfoBaseTInfo.)
Protected methodDeleteExternalColumns
Goes through the columns which are stored externally and deletes all the files.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodDeleteMetafiles
Deletes the metafiles related to this object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodDeleteObject
Deletes the object using appropriate provider.
(Inherited from UserInfo.)
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 AbstractInfoBaseTInfo.)
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.)
Protected methodExecuteRemoveDependencyQuery
Executes given query text using specified connection string.
(Inherited from BaseInfo.)
Public methodExecuteWithOriginalData
Executes the given action using original data of the object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodExportDefaultData
Exports the default object installation data
(Inherited from BaseInfo.)
Public methodFilterSearchResults
Filters the user search results
(Inherited from UserInfo.)
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 AbstractInfoBaseTInfo.)
Protected methodGetBinaryData
Returns the BinaryData object of the current instance. Has to be overridden 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 UserInfo.)
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
(Inherited from UserInfo.)
Protected methodGetDefaultObject
Returns default user set in the settings or Global Administrator if setting is not defined or user not found.
(Inherited from UserInfo.)
Protected methodGetDependenciesNames
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
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.)
Protected methodGetDependentObjectsWhereConditions
Returns dictionary collection of where conditions selecting dependent objects for each dependent 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 methodGetExistingBase
Returns single info object and ensures correct GUID vs. code name priority is used (if applicable) after resolving provided whereCondition.

If no object match provided whereCondition, null is returned.

(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 AbstractInfoBaseTInfo.)
Protected methodGetExternalColumns
Returns the list of columns registered as the external columns.
(Inherited from AbstractInfoBaseTInfo.)
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 AbstractInfoBaseTInfo.)
Protected methodGetExternalFiles
Goes through the columns which are stored externally and returns the list of particular files this object uses.
(Inherited from AbstractInfoBaseTInfo.)
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 (not enabled), and the check for enabled is allowed, returns null.
(Inherited from AbstractInfoBaseTInfo.)
Public methodGetFileInfo
Returns FileInfo object from external storage if exists.
(Inherited from AbstractInfoBaseTInfo.)
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.
(Inherited from UserInfo.)
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 AbstractInfoBaseTInfo.)
Public methodGetGenericRoles
Gets user generic roles.
(Inherited from UserInfo.)
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.)
Protected methodGetChildDependencies
Gets the child dependencies repository
(Inherited from BaseInfo.)
Protected methodGetChildWhereCondition
Gets the child object where condition.
(Inherited from UserInfo.)
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 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 AbstractInfoBaseTInfo.)
Protected methodGetLocalProperties
Gets the list of local properties for particular object
(Inherited from AbstractInfoBaseTInfo.)
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.
(Inherited from UserInfo.)
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 methodGetObjectName
Returns object name combining object type name and object display name.
(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.
(Inherited from UserInfo.)
Protected methodGetOrderIdentityWhereCondition
Gets order identity where condition to identify the object to be ordered
(Inherited from BaseInfo.)
Protected methodGetOrderQueryParameters
Creates QueryDataParameters with special macros for object order management.
(Inherited from BaseInfo.)
Public methodGetOriginalValue
Returns the original value of column.
(Inherited from AbstractInfoBaseTInfo.)
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.
(Inherited from UserInfo.)
Public methodGetProperty
Gets the property value.
(Inherited from BaseInfo.)
Protected methodGetPropertyType
Gets the type of the given property
(Inherited from UserInfo.)
Protected methodGetReferringObjects
Gets the repository of depending objects
(Inherited from BaseInfo.)
Protected methodGetRegisteredProperties
Gets list of registered properties.
(Inherited from AbstractInfoBaseTInfo.)
Public methodGetRoleIdList(Boolean, Boolean)
Returns IDs of roles for current site and user.
Public methodGetRoleIdList(Boolean, Boolean, String)
Gets all roles for current user.
(Inherited from UserInfo.)
Public methodGetSearchDocument
Returns index document for current object with dependencies on search index info.
(Inherited from AbstractInfoBaseTInfo.)
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 AbstractInfoBaseTInfo.)
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 AbstractInfoBaseTInfo.)
Protected methodGetSiblingsQueryInternal
Gets the parameterized query to get siblings of the object (If there is no parent-child hierarchy, query is parameterized 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 methodGetSynchronizedColumns
Gets the list of synchronized columns for this object or null if all columns are synchronized
(Inherited from BaseInfo.)
Protected methodGetThumbnailUrl
Gets the object thumbnail URL
(Inherited from BaseInfo.)
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 overridden 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.
(Inherited from UserInfo.)
Public methodGetUserPreferredPaymentOptionID
Returns ID of users preferred payment option for given site or 0 when not found.
(Inherited from UserInfo.)
Public methodGetUserPreferredShippingOptionID
Returns ID of users preferred shipping option for given site or 0 when not found.
(Inherited from UserInfo.)
Public methodGetValue(String)
Gets the field value.
(Inherited from AbstractInfoBaseTInfo.)
Public methodGetValueT(String, T)
Gets the field value converted to a specified type.
(Inherited from AbstractInfoBaseTInfo.)
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.
(Inherited from UserInfo.)
Public methodHasFriend
Returns friendship status for given user.
(Inherited from UserInfo.)
Public methodChangedColumns
Returns list of column names which values were changed.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodCheckDefaultPermissions
Check universal permissions for an object
(Inherited from BaseInfo.)
Protected methodCheckDependencies
Checks object for dependent objects. Returns true if there is at least one dependent object. First tries to execute checkdependencies query, if not found, an automatic process is executed.
(Inherited from BaseInfo.)
Protected methodCheckLicense
Checks the object license. Returns true if the licensing conditions for this object were matched
(Inherited from UserInfo.)
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 UserInfo.)
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)
(Inherited from UserInfo.)
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.
(Inherited from UserInfo.)
Protected methodInitObjectsOrder
Inits the proper order of the sibling objects so the order column is consistent.
(Inherited from BaseInfo.)
Protected methodInitObjectsOrderPostprocessing
Method called after the InitObjectOrder method is called. Override this to do further actions after order initialization.
(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.
(Inherited from UserInfo.)
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 AbstractInfoBaseTInfo.)
Protected methodInsertDataInternal
Inserts the object data to the database
(Inherited from AbstractInfoBaseTInfo.)
Protected methodInsertSearchFieldToDocument
Inserts given search field and it's value into search document.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodInvalidate
Invalidates the object in the object table.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerClassName(String, String)
Checks whether the user is authorized for given class name and permission, returns true if so.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerClassName(String, String, String, Boolean)
Checks whether the user is authorized for given class name and permission, returns true if so.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerMetaFile
Checks whether the user is authorized per meta file for given object type and permission.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerObject(PermissionsEnum, BaseInfo, String)
Checks whether the user is authorized per object with given object type and permission.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerObject(PermissionsEnum, BaseInfo, String, Boolean)
Checks whether the user is authorized per object with given object type and permission.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerObject(PermissionsEnum, String, String, Boolean)
Checks whether the user is authorized per object with given object type and permission.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerResource(String, String)
Checks whether the user is authorized for given resource name and permission, returns true if so.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerResource(String, String, String)
Checks whether the user is authorized for given resource name and permission, returns true if so.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerResource(String, String, String, Boolean)
Returns true if given user is granted with specified permission.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerUIElement(String, String)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerUIElement(Int32, String, Boolean)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerUIElement(String, String, Boolean)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerUIElement(String, String, String)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerUIElement(String, String, String)
Checks whether the user is authorized for given resource name and UIElements, returns true if so.
(Inherited from UserInfo.)
Public methodIsAuthorizedPerUIElement(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.)
Protected methodIsAvailableOnSite
Checks whether info object as available 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.
(Overrides UserInfoIsCultureAllowed(String, String).)
Public methodIsGroupAdministrator
Returns true if the user is administrator of the specified group.
(Overrides UserInfoIsGroupAdministrator(Int32).)
Public methodIsGroupMember(Int32)
Returns true if the user is member of the specified group.
(Overrides UserInfoIsGroupMember(Int32).)
Public methodIsGroupMember(String, String)
Returns true if the user is member of the specified group.
(Inherited from UserInfo.)
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
(Inherited from UserInfo.)
Public methodIsInMembership(String, String, Boolean)
Check whether current user is in membership
(Inherited from UserInfo.)
Public methodIsInRole(String, String)
Returns true, if the user is member of the specified site (registered on it).
(Overrides UserInfoIsInRole(String, String).)
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).
(Inherited from UserInfo.)
Public methodIsInSite
Returns true, if the user is member of the specified site (registered on it).
(Overrides UserInfoIsInSite(String).)
Protected methodIsModifiedExternally
Goes through the columns which are stored externally and checks if the data in DB is the same as in external storage. If all the columns are same returns true, otherwise false.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodIsObjectInvalid
Returns true if the object is invalid.
(Inherited from BaseInfo.)
Public methodIsPublic
Returns true if the user is public user record.
(Inherited from UserInfo.)
Public methodItemChanged
Returns true if the item on specified column name changed.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodLoadData
Loads the object using the given settings
(Inherited from AbstractInfoBaseTInfo.)
Protected methodLoadDefaultData
Sets the object default values
(Overrides UserInfoLoadDefaultData.)
Public methodMacroRepresentation
By default, BaseInfo has no special macro representation.
(Inherited from BaseInfo.)
Public methodMakeComplete
Makes the object data complete.
(Inherited from UserInfo.)
Protected methodNewObject
Creates new object of the given class based on the given settings
(Inherited from AbstractInfoTInfo.)
Protected methodPermissionCheckException
Fires an exception in case authorization result is false (denied or insignificant)
(Inherited from BaseInfo.)
Public methodPropertyPropertyType
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 AbstractInfoBaseTInfo.)
Protected methodRegisterExternalColumns
Registers external column settings to the hash table.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodRegisterProperties
Registers properties of the object
(Inherited from UserInfo.)
Protected methodRegisterProperty(String, Object, FuncTInfo, Object, Object)
Registers the given parameterized property to the object.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodRegisterPropertyTProperty(String, FuncTInfo, Object)
Registers the given property to the object
(Inherited from AbstractInfoBaseTInfo.)
Protected methodRemoveObjectDependencies
Removes object dependencies.
(Inherited from UserInfo.)
Public methodResetChanges
Resets the object changes and keeps the new values as unchanged according to the asUnchanged parameter.
(Inherited from AbstractInfoBaseTInfo.)
Public methodResetIterationToInitial
Reset TokenID to initial value.
(Inherited from UserInfo.)
Protected methodRestoreSettings
Restores local settings for object instance.
(Inherited from UserInfo.)
Public methodRevertChanges
Reverts the object changes to the original values.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodSaveExternalColumns
Goes through the columns which are stored externally and ensures them in the external storage.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodSerializationNotSupported
Throws serialization not supported exception
(Inherited from BaseInfo.)
Protected methodSetData
Updates or inserts the object to the database.
(Inherited from AbstractInfoBaseTInfo.)
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 AbstractInfoBaseTInfo.)
Protected methodSetObject
Updates the object using appropriate provider.
(Inherited from UserInfo.)
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. The move is done within the object's siblings.
(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 AbstractInfoBaseTInfo.)
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
(Inherited from UserInfo.)
Public methodSetValue(String, Object)
Sets the field value (first look into CMS_User if the field is not found, set into CMS_UserSettings).
(Inherited from UserInfo.)
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.
(Inherited from UserInfo.)
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 AbstractInfoBaseTInfo.)
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 AbstractInfoBaseTInfo.)
Public methodTryGetProperty(String, Object)
Returns value of property.
(Inherited from UserInfo.)
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
(Inherited from BaseInfo.)
Public methodTryGetValue
Returns value of column.
(Inherited from UserInfo.)
Public methodUpdate
Updates the database entity using appropriate provider
(Inherited from BaseInfo.)
Protected methodUpdateData
Updates the object to the database.
(Inherited from AbstractInfoBaseTInfo.)
Protected methodUpdateDataInternal
Updates the object data to the database
(Inherited from AbstractInfoBaseTInfo.)
Protected methodUpdateExternalColumns
Goes through the columns which are stored externally and updates DB versions with the data from external storage.
(Inherited from AbstractInfoBaseTInfo.)
Public methodUpdateFriendStatus
Update user friends hashtable.
(Inherited from UserInfo.)
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 AbstractInfoBaseTInfo.)
Protected methodUpsertDataInternal
Upserts the data to the database
(Inherited from AbstractInfoBaseTInfo.)
Protected methodWriteDefaultData
Writes the default object installation data into xml file
(Inherited from BaseInfo.)
Top
Extension Methods
  NameDescription
Public Extension MethodCompare
Compares two BaseInfo objects (data & structure) according to comparison settings given.
(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 MethodSerialize
Returns object data serialized into the XML element.
(Defined by SerializationExtensions.)
Top
See Also