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