| DataHelperIsValidID Method | 
            Returns true if the given value is a valid ID
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool IsValidID(
	int id
)
Parameters
- id
- Type: SystemInt32
 ID to check
Return Value
Type: 
Boolean See Also
See Also