VirtualContextValidatePathHash Method |
Validates the hash of the relative path of the document.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool ValidatePathHash(
string path
)
Parameters
- path
- Type: SystemString
Relative path of the document to get hash for.
Return Value
Type:
BooleanTrue if validation succeeded, otherwise false.
See Also