Table of Contents

Class CacheDependencyPath

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Represents a path to limit the cache dependency.

public class CacheDependencyPath
Inheritance
object
CacheDependencyPath
Extension Methods

Methods

Children(string)

Target the web page items only below the specified path.

public static CacheDependencyPath Children(string path)

Parameters

path string

Tree path used to query content items.

Returns

CacheDependencyPath

Single(string)

Target the web page item on the specified path.

public static CacheDependencyPath Single(string path)

Parameters

path string

Tree path used to query content items.

Returns

CacheDependencyPath