| ValidationHelperLoadGuid Method  | 
            Attempts to load the given new value as a Guid to the result. Returns true if the conversion of the new value was successful, if not, returns false and keeps the value the same.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntaxpublic static bool LoadGuid(
	ref Guid value,
	Object newValue
)
Parameters
- value
 - Type: SystemGuid
Value to load - newValue
 - Type: SystemObject
New value 
Return Value
Type: 
Boolean
See Also