Interface ICMSBank
Represents the primary singleton interface to CMS backend accessible via PortalHub.Instance.CMS
Assembly: Azos.Wave.dll
Syntax
public interface ICMSBank
Properties
LatestVersion
Declaration
IFileSystemVersion LatestVersion { get; }
Property Value
Versions
Declaration
IEnumerable<IFileSystemVersion> Versions { get; }
Property Value
Methods
GetContext(Portal, IFileSystemVersion)
Declaration
ICMSContext GetContext(Portal portal, IFileSystemVersion version)
Parameters
Returns
GetVersionByID(Int32)
Declaration
IFileSystemVersion GetVersionByID(int verID)
Parameters
Type |
Name |
Description |
System.Int32 |
verID |
|
Returns
Extension Methods