This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class Cms
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class Cms

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member CreateEmptyDataTable
Creates the empty data table.
Public method Equals (Inherited from Object.)
Public method Filter
Filters the specified number list by calling the given delegate.
Public method Flush Overloaded.
Public method GetCurrentVersion
Gets the current version number of the given item.
Public method GetHashCode (Inherited from Object.)
Public method GetItemCodeByNumber
Returns the code of the item having the given number
Public method GetItemInfoByAssetDerivedItem
Gets the ItemInfo of an item by its asset name and derived action.
Public method GetItemInfoByAssetNameAndAssetPath
Gets the ItemInfo of an item by its asset name and path.
Public method GetItemInfoByCode
Gets the ItemInfo of an item by its code.
Public method GetItemInfoByFriendlyName
Gets the ItemInfo of an item by its friendly name.
Public method GetItemInfoByNumber
Gets the ItemInfo of an item by its number.
Public method GetItemNumber
Gets the item number given code, itemnumber or object.
Public method GetItemNumberByCode
Returns the number of the item having the given code
Public method GetReferences
Gets the AIM references of the given list of items.
Public method GetRepository Overloaded.
Public method GetType (Inherited from Object.)
Public method IsItemActive
Determines whether an item is active.
Public method LoadItem Overloaded.
Public method OnChange
Called from WCF service to propagate event
Public method OnConfigChange
Called from WCF service to propagate event
Public method OnContentChange
Called from WCF service to propagate event
Public method PreloadItemInfos
Asynchronously preloads the list of item numbers
Public method ToString
Returns a System.String that represents the current object
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Cms
Smartsite.Core Namespace
Advanced