Click or drag to resize
TreeProviderGetDependencyCacheKeys Method
Returns the cache dependencies keys array for the node - cache item keys affected when the node is changed.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static string[] GetDependencyCacheKeys(
	TreeNode node,
	string siteName
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node
siteName
Type: SystemString
Site name

Return Value

Type: String
See Also