Click or drag to resize
ConnectedApps.Cms.Entities Namespace
 
Classes
  Class Description
Public class AddOnSecurityPolicy
Represents a security policy placed on an add-on. The existence of this policy evaluates the user's ability to access the add-on.
Public class Asset
Represents an unmanaged asset such as an image or a text file.
Public class AssetFolder
Represents a folder that contains unmanaged assets.
Public class AssetSearchResult
Represents a result container from performing an asset search.
Public class BaseCollectionT
Public class Category
Represents categories that can be assigned to Items.
Public class ContentValue
Represents a value's content that maps to a Value.
Public class DomainAlias
Represents a registered domain that can be assigned to a Url.
Public class DraftItem
Represents a draft item used to edit separately from it's item. Publishing a draft item will result in the information contained here to be copied to it's item.
Public class Entity
The base class for all CMS entities.
Public class EntityCollectionT
The base generic collection of all CMS entities.
Public class EnumCollectionT
Public class Folder
Represents a folder that can contain child folders, items, masters and templates.
Public class FolderProperty
Represents a property instance on a folder.
Public class FolderSecurityPolicy
Represents a security policy applied to a folder.
Public class Item
Represents an item created by a module.
Public class ItemMeta
Represents information that does not exist on a draft item and whose settable values are immediately reflected on an item when updated.
Public class ItemSearchResult
Represents a result container from performing an item search.
Public class ItemSecurityPolicy
Represents a security policy applied to an item.
Public class ItemUrl
Represents a URL assigned to a page item.
Public class ItemValues
Represents helper methods and collection of values in a tree structure.
Public class Language
Represents a content language.
Public class MembershipSecurityPolicy
Represents a membership user security policy. The existence of this policy evaluates the membership user's ability to access the item in the WebView mode.
Public class MembershipUser
Represents a membership user.
Public class MembershipUserGroup
Represents a group that membership users can be assigned to.
Public class MembershipUserSearchResult
Represents a result container from performing a membership user search.
Public class Message
Represents a log message.
Public class ModuleCategory
Represents a category that a module is assigned to.
Public class ModuleClassInfo
Represents the information regarding a module.
Public class ModuleInfo
Represents version information of a module.
Public class NewItemRequest
Represents information specified by an admin user in the workspace that a module should use in creating items.
Public class Pagination
Represents information surrounding pages of results from performing searches.
Public class Property
Represents a property instance that is assigned to a folder or item.
Public class PropertyDefinition
Represents a property definition.
Public class PropertyInstance
Represents an instance of a property on either a folder or item.
Public class RequestUrl
Represents a requested URL in the WebView mode.
Public class ResponseHeader
Represents a response header sent to clients on URL requests.
Public class SearchIndex
Public class Token
Represents a token that is passed to global module's subscribing the Tokenizing hook.
Public class User
Represents an admin user.
Public class UserGroup
Represents a group that users can be assigned to.
Public class UserProfile
Represents a user's custom profile data.
Public class UserProfileItem
Represents a profile item instance on a user's profile.
Public class UserProfileItemDefinition
Represents the definition of a user profile item.
Public class ValidationError
Public class Value
Represents a value in a ItemValues value tree.
Public class ValueAttribute
Represents a value attribute.
Public class ValueLanguage
Represents a language in which a value content exists on a draft item or item.
Public class ValueModel
Represents the base class of value models used by modules to hold item values.
Public class ValueModelAttribute
Represents an attribute on a value model that corresponds to a value's attribute.
Public class ValueModelConvertResult
Internal use only.
Public class ValueModelConvertResultAttributeProperty
Public class ValueModelConvertResultMemberAttribute
Public class ValueModelIgnoreAttribute
Represents an attribute to mark model properties to ignore when converting to ItemValues.
Public class ValueModelUtil
Internal use only. Helper methods to convert a value model to ItemValues and vice versa.
Enumerations