Class BpwSelectList
Specific select list, used by WF Engine
Inheritance
System.Object
BpwSelectList
Namespace: DocuWare.Platform.Bpw.Schemas
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class BpwSelectList : object
Properties
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Items
Declaration
public List<BpwSelectListItem> Items { get; set; }
Property Value
Type | Description |
---|---|
List<BpwSelectListItem> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |