Class CMSContextExtensions
Provides extension methods for ICMSContext
Inheritance
System.Object
CMSContextExtensions
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 static class CMSContextExtensions
Methods
Navigate<TResource>(ICMSContext, String, ICacheParams)
Declaration
public static TResource Navigate<TResource>(this ICMSContext ctx, string path, ICacheParams caching = null)
where TResource : Resource
Parameters
| Type | Name | Description |
|---|---|---|
| ICMSContext | ctx | |
| System.String | path | |
| ICacheParams | caching |
Returns
| Type | Description |
|---|---|
| TResource |
Type Parameters
| Name | Description |
|---|---|
| TResource |