Click or drag to resize
DocumentDependencyCacheKeysBuilderGetNodeDependencyCacheKey Method
Returns the cache dependency key for the node in all language versions.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static string GetNodeDependencyCacheKey(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
Node ID.

Return Value

Type: String
See Also