Click or drag to resize
VirtualContextValidatePathHash Method
Validates the hash of the relative path of the document.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static bool ValidatePathHash(
	string path
)

Parameters

path
Type: SystemString
Relative path of the document to get hash for.

Return Value

Type: Boolean
True if validation succeeded, otherwise false.
See Also