This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates the enum values.
Namespace: Smartsite.Validation.Sxml
Assembly: Smartsite.Validation.Provider (in Smartsite.Validation.Provider.dll)
Syntax
C# | Copy Code |
---|---|
public static [] CreateEnumValues( enumType ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Function CreateEnumValues ( _ enumType As _ ) As () |
Parameters
- enumType
- Type
Type of the enum.
Return Value
See Also
ValidationUtility Class
Smartsite.Validation.Sxml Namespace