Click or drag to resize

ExtendibleEnum Constructor (String, Int32)

IT Hit WebDAV Classes Reference
Creates a new instance of the ExtendibleEnum object.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public ExtendibleEnum(
	string name,
	int number = -1
)

Parameters

name
Type: SystemString
String representation of the enum value.
number (Optional)
Type: SystemInt32
Integer representation of the enum value. Default is -1.
See Also