Class NOPCMSContext
Represents CMS context that does nothing. Returned by NOPCMSBank
Inheritance
System.Object
NOPCMSContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Wave.CMS
Assembly: Azos.Wave.dll
Syntax
public sealed class NOPCMSContext : ICMSContext, IDisposable
Properties
Portal
Declaration
public Portal Portal { get; }
Property Value
Type | Description |
---|---|
Portal |
Root
Declaration
public DirectoryResource Root { get; }
Property Value
Type | Description |
---|---|
DirectoryResource |
Version
Declaration
public IFileSystemVersion Version { get; }
Property Value
Type | Description |
---|---|
IFileSystemVersion |
VersionID
Declaration
public int VersionID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Dispose()
Declaration
public void Dispose()
TryNavigate(String, ICacheParams)
Declaration
public Resource TryNavigate(string path, ICacheParams caching = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
ICacheParams | caching |
Returns
Type | Description |
---|---|
Resource |
Implements
System.IDisposable