ValidationHelper LoadLong Method Kentico 8.0 API Reference
Attempts to load the given new value as a long 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.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

value
Type: OnlineSystem Int64 
Value to load
newValue
Type: OnlineSystem Object
New value

Return Value

Type: OnlineBoolean
See Also