Click or drag to resize
SKUTreeNode Methods

The SKUTreeNode type exposes the following members.

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 AbstractInfoTInfo.)
Protected methodAddSearchableField
Process search settings of DataClass field and inserts required search field into search fields collection when field is searchable.
(Inherited from AbstractInfoTInfo.)
Protected methodAddTypeSpecificColumns
Adds the columns that are specific to the document type
(Overrides TreeNodeAddTypeSpecificColumns(ListString).)
Protected methodAllowExternalColumn
Indicates whether a given column is allowed to be saved externally.
(Inherited from AbstractInfoTInfo.)
Public methodAnyItemChanged
Returns true if any of specified columns changed.
(Inherited from AbstractInfoTInfo.)
Public methodArchive
Archives the document.
(Inherited from TreeNode.)
Protected methodBuildObjectPath
Builds the path from the given column.
(Inherited from BaseInfo.)
Public methodClearCache
Clears the document cache.
(Inherited from TreeNode.)
Protected methodClearCache(String)
Clears the document cache.
(Inherited from TreeNode.)
Public methodClearData
Clears data from the object.
(Inherited from BaseInfo.)
Public methodClearOutputCache(Boolean)
Clears the output cache for current page.
(Inherited from TreeNode.)
Public methodClearOutputCache(Boolean, Boolean)
Clears the output cache for current page.
(Inherited from TreeNode.)
Public methodClone(Boolean)
Creates a clone of the object
(Overrides TreeNodeClone(Boolean).)
Public methodCloneNewNodeType
Returns a clone of the node.
(Inherited from TreeNode.)
Protected methodCloneObject
Creates the clone of the object
(Inherited from AbstractInfoTInfo.)
Protected methodColumnsChanged
Returns true if at least one column of the column list provided as the first argument was changed.
(Inherited from AbstractInfoTInfo.)
Protected methodCombineColumnNames(ICollection)
Returns column names
(Inherited from AbstractInfoTInfo.)
Public methodCombineColumnNames(String)
Returns column names
(Inherited from AbstractInfoTInfo.)
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 specific column
(Overrides TreeNodeContainsColumn(String).)
Public methodCopyDataTo
Copies the node data to the destination node according to the settings.
(Overrides TreeNodeCopyDataTo(TreeNode, CopyNodeDataSettings).)
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 AbstractInfoTInfo.)
Public methodCreateDefaultSKU
Creates default E-Commerce SKU for the document if configured, does not save the document. Returns true on success, false on error or null when module entry not found.
(Overrides TreeNodeCreateDefaultSKU.)
Public methodCreateNewVersion
Creates new document version. (Moves document to edit step.)
(Inherited from TreeNode.)
Public methodDataChanged
Returns true if the object has changed.
(Inherited from TreeNode.)
Public methodDataChanged(String)
Returns true if the object changed.
(Overrides TreeNodeDataChanged(String).)
Public methodDelete
Deletes the document to the recycle bin. Deletes only this culture version of the document to the recycle bin, including the bound product.
(Inherited from TreeNode.)
Public methodDelete(Boolean)
Deletes the document to the recycle bin. Deletes only this culture version of the document to the recycle bin, including the bound product.
(Inherited from TreeNode.)
Public methodDelete(Boolean, Boolean, Boolean)
Deletes the document.
(Inherited from TreeNode.)
Public methodDeleteAllCultures
Deletes all the culture versions of the specified node including the child nodes.
(Inherited from TreeNode.)
Protected methodDeleteData
Deletes the object.
(Inherited from AbstractInfoTInfo.)
Protected methodDeleteExternalColumns
Goes through the columns which are stored externally and deletes all the files.
(Inherited from AbstractInfoTInfo.)
Protected methodDeleteChildNodes
Deletes the child nodes of all culture versions under the specified parent node.
(Inherited from TreeNode.)
Protected methodDeleteInternal
Deletes node from the database. If node is last node culture version, deletes also the child nodes of all culture versions.
(Inherited from TreeNode.)
Protected methodDeleteMetafiles
Deletes the metafiles related to this object
(Inherited from AbstractInfoTInfo.)
Protected methodDeleteObject
Deletes the object using appropriate provider.
(Inherited from TreeNode.)
Public methodDestroy
Destroys the document with its version history. Deletes only this culture version of the document to the recycle bin, including the bound product.
(Inherited from TreeNode.)
Protected methodDisconnect
Disconnects the collection from the database.
(Inherited from BaseInfo.)
Public methodDispose
Disposes the object.
(Inherited from TreeNode.)
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.)
Public methodEnsureConsistency
Ensures data consistency.
(Overrides TreeNodeEnsureConsistency.)
Protected methodEnsureData
Creates a new data class container within the object
(Inherited from AbstractInfoTInfo.)
Protected methodEnsureDefaultValues
Sets the document default values.
(Inherited from TreeNode.)
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 methodEnsureOriginalValues
Ensures that the original node values are loaded.
(Inherited from TreeNode.)
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.)
Protected methodExportDefaultData
Exports the default object installation data
(Inherited from BaseInfo.)
Protected methodFinalize
Destructor
(Inherited from BaseInfo.)
Protected methodGenerateDocumentAliases
Generates the current document aliases if necessary.
(Inherited from TreeNode.)
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 AbstractInfoTInfo.)
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 AbstractInfoTInfo.)
Public methodGetColumnNames(Boolean, Boolean, Boolean, Boolean)
Gets the list of document column names.
(Inherited from TreeNode.)
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 TreeNode.)
Public methodGetDataSet
Returns the DataSet of the node data.
(Inherited from TreeNode.)
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 BaseInfo.)
Protected methodGetDefaultObject
Returns default object of given object type. Has to be overriden in specific info. Returns null by default. Example is UserInfo which returns user specified in the settings or Global Administrator.
(Inherited from BaseInfo.)
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 methodGetDocumentName
Returns friendly document name.
(Inherited from TreeNode.)
Protected methodGetDocumentRepository
Gets the new repository for the given document.
(Inherited from TreeNode.)
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 AbstractInfoTInfo.)
Protected methodGetExternalColumns
Returns the list of columns registered as the external columns.
(Inherited from AbstractInfoTInfo.)
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 AbstractInfoTInfo.)
Protected methodGetExternalFiles
Goes through the columns which are stored externally and returns the list of particular files this object uses.
(Inherited from AbstractInfoTInfo.)
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 AbstractInfoTInfo.)
Public methodGetFileInfo
Returns FileInfo object from external storage if exists.
(Inherited from AbstractInfoTInfo.)
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 AbstractInfoTInfo.)
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 TreeNode.)
Protected methodGetIconUrl(Page, String)
Gets the object icon URL
(Inherited from TreeNode.)
Protected methodGetIconUrl(Int32, Int32, Int32)
Gets the object icon URL
(Inherited from BaseInfo.)
Protected methodGetIdentityWhereCondition
Gets indentity where condition to identify the document
(Inherited from TreeNode.)
Protected methodGetIDPathPartLength
Returns the length of a part of IDPath.
(Inherited from BaseInfo.)
Public methodGetInheritedValue
Returns the inherited value for the document.
(Inherited from TreeNode.)
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 TreeNode.)
Protected methodGetLocalProperties
Gets the list of local properties for particular object
(Inherited from AbstractInfoTInfo.)
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 AbstractInfoTInfo.)
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 TreeNode.)
Protected methodGetObjectOrderID
Returns ID of the item being ordered (i.e. NodeID).
(Inherited from TreeNode.)
Protected methodGetObjectTypeForColumn
Gets the object type for the given column or null if the object type is not found or unknown.
(Inherited from BaseInfo.)
Protected methodGetOrderQueryParameters
Creates QueryDataParameters with special macros for object order management.
(Inherited from TreeNode.)
Public methodGetOriginalValue
Gets the original value of the given column.
(Overrides TreeNodeGetOriginalValue(String).)
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 methodGetPreviewLink(String)
Returns document preview link.
(Inherited from TreeNode.)
Public methodGetPreviewLink(String, Boolean)
Returns document preview link.
(Inherited from TreeNode.)
Public methodGetProperty
Gets the property value.
(Inherited from BaseInfo.)
Protected methodGetPropertyType
Gets the type of the given property
(Overrides TreeNodeGetPropertyType(String).)
Protected methodGetReferencedObject
Obtains the object to which the particular column refers.
(Inherited from TreeNode.)
Protected methodGetReferringObjects
Gets the repository of depending objects
(Inherited from BaseInfo.)
Protected methodGetRegisteredProperties
Gets list of registered properties.
(Inherited from AbstractInfoTInfo.)
Protected methodGetRelatedDocumentsCollection
Handler to provide the related document collection.
(Inherited from TreeNode.)
Public methodGetSearchDocument
Returns document with dependence on current object type and index.
(Inherited from TreeNode.)
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 TreeNode.)
Public methodGetSearchID
Returns an unique id of current object for search index (documentid;nodeid).
(Inherited from TreeNode.)
Public methodGetSearchImageUrl
Returns URL to current search result item.
(Inherited from AbstractInfoTInfo.)
Protected methodGetSiblingsQueryInternal
Gets the parametrized query to get siblings of the document.
(Inherited from TreeNode.)
Protected methodGetSiblingsWhereCondition
Creates where condition according to Parent, Group and Site settings.
(Inherited from TreeNode.)
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.)
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.)
Protected methodGetUpperTree
Returns the upper tree data for given document.
(Inherited from TreeNode.)
Public methodGetUsedPageTemplateId
Gets the page template id used by this document.
(Inherited from TreeNode.)
Public methodGetUsedPageTemplateIdColumn
Gets the page template id used by this document.
(Inherited from TreeNode.)
Public methodGetValue(String)
Gets the field value.
(Inherited from AbstractInfoTInfo.)
Public methodGetValueT(String, T)
Gets the field value converted to a specified type.
(Inherited from AbstractInfoTInfo.)
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.)
Public methodGetWorkflow
Gets node current workflow (depends on document current workflow step or if document is under a workflow scope).
(Inherited from TreeNode.)
Protected methodHasAutomaticProperty
Returns true if the given column provides an automatic property to access it's binding.
(Inherited from TreeNode.)
Public methodChangedColumns
Returns list of column names which values were changed.
(Inherited from TreeNode.)
Public methodChangeToLink
Changes the document node to the link to another document.
(Inherited from TreeNode.)
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.)
Public methodCheckIn
Checks the document in.
(Inherited from TreeNode.)
Protected methodCheckLicense
Checks the object license. Returns true if the licensing conditions for this object were matched.
(Inherited from BaseInfo.)
Public methodCheckOut
Checks the document out.
(Inherited from TreeNode.)
Public methodCheckPermissions
Checks whether the specified user has permissions for this object.
(Inherited from BaseInfo.)
Protected methodCheckPermissionsInternal
Checks the permissions of the object.
(Overrides TreeNodeCheckPermissionsInternal(PermissionsEnum, String, IUserInfo, Boolean).)
Protected methodCheckPermissionsWithHandler
Checks the permissions of the object.
(Inherited from TreeNode.)
Public methodCheckTrackbackStatus
Goes through all trackbacks of given blog post and makes sure that all statuses are corresponding current workflow step.
(Inherited from TreeNode.)
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.)
Protected methodInitialize(String, IDataContainer, TreeProvider)
Initializes the object created with default constructor. Use it to load existing node from data row.
(Inherited from TreeNode.)
Protected methodInitialize(String, DataRow, TreeProvider)
Initializes the object created with default constructor. Use it to load existing node from data row.
(Inherited from TreeNode.)
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 TreeNode.)
Public methodInsert
Hides the insert method without parameter. Do not use!
(Inherited from TreeNode.)
Public methodInsert(Int32, Boolean) Obsolete.
Inserts current node under specified parent node.
(Inherited from TreeNode.)
Public methodInsert(TreeNode, Boolean)
Inserts current node under specified parent node.
(Inherited from TreeNode.)
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
This method is called on cloned object prepared in memory by InsertAsClone method. Override if you need to do further actions before inserting actual object to DB (insert special objects, modify foreign keys, copy files, etc.). Calls Insert() by default.
(Inherited from 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.)
Public methodInsertAsLink(Int32, Boolean) Obsolete.
Inserts current node under specified parent node as a document link.
(Inherited from TreeNode.)
Public methodInsertAsLink(TreeNode, Int32, Int32, Boolean)
Inserts current node under specified parent node as a document link.
(Inherited from TreeNode.)
Protected methodInsertAsLinkInternal
Inserts current node under specified parent node as a document link.
(Inherited from TreeNode.)
Public methodInsertAsNewCultureVersion
Inserts current node as new culture version of the same document.
(Inherited from TreeNode.)
Protected methodInsertAsNewCultureVersionInternal
Inserts current node as a new culture version of the specified document.
(Inherited from TreeNode.)
Protected methodInsertCultureData
Inserts the CMS_Document part of the document node.
(Inherited from TreeNode.)
Protected methodInsertData
Inserts the object to the database.
(Inherited from AbstractInfoTInfo.)
Protected methodInsertInternal
Inserts current node under specified parent node.
(Inherited from TreeNode.)
Protected methodInsertSearchFieldToDocument
Inserts given search field and it's value into search document.
(Inherited from AbstractInfoTInfo.)
Protected methodInsertTreeNodeData
Inserts the CMS_Tree part of the document node
(Overrides TreeNodeInsertTreeNodeData(BaseInfo).)
Protected methodInvalidate
Invalidates the object in the object table.
(Inherited from BaseInfo.)
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.)
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.)
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 AbstractInfoTInfo.)
Protected methodIsObjectInvalid
Returns true if the object is invalid.
(Inherited from BaseInfo.)
Public methodIsProduct
Returns true if the document represents a product.
(Inherited from TreeNode.)
Public methodIsProductSection
Returns true if the document type stands for the product section.
(Inherited from TreeNode.)
Public methodIsRoot
Returns true if the given document is a root node.
(Inherited from TreeNode.)
Public methodIsWireframe
Returns true if the document is a wireframe document.
(Inherited from TreeNode.)
Public methodItemChanged
Returns true if the item on specified column name changed.
(Overrides TreeNodeItemChanged(String).)
Protected methodLoadDefaultData
Loads the default data to the object.
(Inherited from AbstractInfoTInfo.)
Protected methodLoadFromDataContainer
Loads the object data from given data container.
(Overrides TreeNodeLoadFromDataContainer(IDataContainer).)
Protected methodLoadFromDataRow
Loads the object data from given DataRow.
(Overrides TreeNodeLoadFromDataRow(DataRow).)
Public methodLoadInheritedValues
Loads the inherited values to the node.
(Inherited from TreeNode.)
Public methodLogAction
Logs document action to the event log.
(Inherited from TreeNode.)
Public methodMacroRepresentation
By default, BaseInfo has no special macro representation.
(Inherited from BaseInfo.)
Public methodMakeComplete
Makes the object data complete.
(Overrides TreeNodeMakeComplete(Boolean).)
Public methodMapDocumentName
Maps the document name based on the document type settings
(Overrides TreeNodeMapDocumentName.)
Public methodMergeTrackbackUrls
Compares columns 'BlogPostNotPingedUrls' and 'BlogPostPingedUrls'. Removes already pinged URLs if there are the same URLs not pinged yet.
(Inherited from TreeNode.)
Public methodMoveToFirstStep
Moves the document to first step in the workflow (removes the workflow information if document is not under a workflow anymore).
(Inherited from TreeNode.)
Public methodMoveToNextStep
Moves the document to a next step in the workflow (sends the document to approval, approves or publishes the document based on the current workflow status).
(Inherited from TreeNode.)
Public methodMoveToPreviousStep
Moves the document to a previous step in the workflow (rejects the document).
(Inherited from TreeNode.)
Public methodMoveToPublishedStep
Moves the document directly to published workflow step (moves document directly to publish step, skips all following steps).
(Inherited from TreeNode.)
Public methodNodeSharesSKUWithOtherNode
Returns true when node is bound to the same SKU as some other non-link node does.
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.)
Public methodPublish
Publishes the document (moves document to publish step through all following steps). If there is not only one path to published step, document stays in the last step it reached.
(Inherited from TreeNode.)
Protected methodReconnect
Reconnects the collection to the database.
(Inherited from BaseInfo.)
Protected methodRegisterConnectedDocuments
Registers the connected documents for this document.
(Inherited from TreeNode.)
Protected methodRegisterConnectedObjects
Registers the connected objects for this document.
(Inherited from TreeNode.)
Protected methodRegisterExternalColumn
Registers external column settings to the hash table.
(Inherited from AbstractInfoTInfo.)
Protected methodRegisterExternalColumns
Registers external column settings to the hash table.
(Inherited from AbstractInfoTInfo.)
Protected methodRegisterGroupedAttachments
Registers the grouped attachments for this document.
(Inherited from TreeNode.)
Protected methodRegisterProperties
Registers the properties of this object
(Overrides TreeNodeRegisterProperties.)
Protected methodRegisterProperty(String, Object, FuncTInfo, Object, Object)
Registers the given parameterized property to the object.
(Inherited from AbstractInfoTInfo.)
Protected methodRegisterPropertyTProperty(String, FuncTInfo, Object)
Registers the given property to the object
(Inherited from AbstractInfoTInfo.)
Protected methodRelatedDocuments_OnLoadCollection
Handler to provide the related document collection.
(Inherited from TreeNode.)
Public methodRemoveDocumentDependencies
Handles removing of dependencies for product document.
(Overrides TreeNodeRemoveDocumentDependencies(DeleteDocumentSettings).)
Protected methodRemoveObjectDependencies
Removes object dependencies. First tries to execute removedependencies query, if not found, automatic process is executed.
(Inherited from BaseInfo.)
Public methodResetChanges
Resets the object changes and keeps the new values as unchanged.
(Overrides TreeNodeResetChanges(Boolean).)
Public methodResetTranslationFlag
Clears 'Document is waiting for translation' flag.
(Inherited from TreeNode.)
Protected methodRestoreSettings
Restores local settings for object instance.
(Inherited from BaseInfo.)
Public methodRevertChanges
Reverts the object changes and keeps the new values as unchanged.
(Overrides TreeNodeRevertChanges.)
Protected methodSaveExternalColumns
Goes through the columns which are stored externally and ensures them in the external storage.
(Inherited from AbstractInfoTInfo.)
Public methodSendNotifications
Raises the notifications events and sends the notifications.
(Inherited from TreeNode.)
Protected methodSerializationNotSupported
Throws serialization not supported exception
(Inherited from BaseInfo.)
Protected methodSetData
Updates or inserts the object to the database.
(Inherited from AbstractInfoTInfo.)
Public methodSetDefaultPageTemplateID
Sets the default document page template ID.
(Inherited from TreeNode.)
Public methodSetDocumentNameSource(String)
Sets the document name source field to the given value.
(Inherited from TreeNode.)
Public methodSetDocumentNameSource(String, Boolean)
Sets the document name source field to the given value.
(Inherited from TreeNode.)
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 AbstractInfoTInfo.)
Public methodSetIntegerValue
Sets the integer value of the Tree node.
(Inherited from TreeNode.)
Protected methodSetObject
Updates the object using appropriate provider.
(Inherited from TreeNode.)
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 TreeNode.)
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 methodSetValue(String, Object)
Sets value of the specified node column.
(Overrides TreeNodeSetValue(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.
(Inherited from BaseInfo.)
Public methodSubmitChanges(Boolean)
Submits the changes in the object to the database.
(Inherited from TreeNode.)
Public methodSubmitChanges(Boolean, TreeNode)
Submits the changes in the object to the database.
(Inherited from TreeNode.)
Public methodSynchronizeFields
Ensures the same values in document fields and their mapped SKU fields plus ensures the same values in DocumentName, DocumentSKUName and SKUName fields. Please note that SKU fields are updated only if it is possible, i.e. it is either default culture version or SKU field is empty.
Public methodSynchronizeFields(Boolean, Boolean)
Ensures the same values in document fields and their mapped SKU fields plus ensures the same values in DocumentName, DocumentSKUName and SKUName fields. Please note that SKU fields are updated only if it is possible, i.e. it is either default culture version or SKU field is empty.
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 AbstractInfoTInfo.)
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 AbstractInfoTInfo.)
Public methodTryGetProperty(String, Object)
Obtains value of specified property.
(Inherited from TreeNode.)
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
(Inherited from BaseInfo.)
Public methodTryGetValue
Returns value of column.
(Overrides TreeNodeTryGetValue(String, Object).)
Public methodUndoCheckOut
Rolls the checkout operation of the document back.
(Inherited from TreeNode.)
Public methodUpdate
Updates node data in the database.
(Inherited from TreeNode.)
Public methodUpdate(Boolean)
Updates node data in the database.
(Inherited from TreeNode.)
Protected methodUpdateCoupledData
Updates the coupled data of the document node.
(Inherited from TreeNode.)
Protected methodUpdateCultureData
Updates the CMS_Document part of the document node.
(Inherited from TreeNode.)
Protected methodUpdateData
Updates the object to the database.
(Inherited from AbstractInfoTInfo.)
Protected methodUpdateDocumentContent
Updates the content of the document.
(Inherited from TreeNode.)
Protected methodUpdateExternalColumns
Goes through the columns which are stored externally and updates DB versions with the data from external storage.
(Inherited from AbstractInfoTInfo.)
Protected methodUpdateFromDB
Updates the data of the object from DB (updates also ObjectSettings).
(Inherited from BaseInfo.)
Protected methodUpdateChildrenPaths
Updates the child documents paths within the tree of documents and generates the document aliases if necessary.
(Inherited from TreeNode.)
Protected methodUpdateInheritedChildTags
Updates the tags of the child documents with inherited tag group.
(Inherited from TreeNode.)
Protected methodUpdateInternal
Updates node data in the database.
(Inherited from TreeNode.)
Public methodUpdateOriginalValues
Updates the node original values.
(Inherited from TreeNode.)
Protected methodUpdatePhysicalFiles
Saves physical files.
(Inherited from BaseInfo.)
Protected methodUpdateTags(String, Boolean, Boolean)
Update document tag according to tag group only if necessary.
(Inherited from TreeNode.)
Protected methodUpdateTags(String, Boolean, Boolean, Boolean)
Update document tag according to tag group only if necessary.
(Inherited from TreeNode.)
Protected methodUpdateTreeNodeData
Updates the CMS_Tree part of the document node
(Overrides TreeNodeUpdateTreeNodeData.)
Protected methodUpsertData
Updates or inserts the object to the database.
(Inherited from AbstractInfoTInfo.)
Protected methodWriteDefaultData
Writes the default object installation data into xml file
(Inherited from BaseInfo.)
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 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 MethodSubmitToTranslation
Submits the document to a translation.
(Defined by TranslationExtensions.)
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 MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also