DataHub® WebView™ Scripting
WV.GetEnumValues Method
See Also
Gets a list of integer values for the specified enumeration.
S# Implementation
Copy
public static
IList
<
int
> GetEnumValues(
Type
type
)
Parameters
type
Type:
Type
The name of the Enum type.
Return Value
A list of integers representing the enumeration values.
Remarks
See
GetEnumNames
.
See Also
Reference
WV Class
WV Members
Cogent.DataHubWebView Namespace