Click or drag to resize

GlobalLists Class

GlobalLists
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.IntegrationGlobalLists

Namespace:  WorkflowGen.My.Integration
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public class GlobalLists

The GlobalLists type exposes the following members.

Constructors
  NameDescription
Public methodGlobalLists
Initializes a new instance of the GlobalLists class.
Top
Properties
  NameDescription
Public propertyconnectionDataCollection
connectionDataCollection
Top
Methods
  NameDescription
Public methodfetchList(String, String, String, Boolean)
Get list's items from its name.
Public methodfetchList(String, String, String, String, Boolean, Boolean)
Get list's items from its name.
Public methodfetchList(String, String, String, String, String, Boolean)
Get list's items from its name.
Public methodfetchList(String, String, String, String, String, String, Boolean)
Get list's items from its name. Doesn't apply the filter or sort or throw an exception if you pass an invalid parameter.
Public methodfetchList(String, String, String, String, String, String, String, Boolean)
Get list's items from its name. Doesn't apply the filter or sort or throw an exception if you pass an invalid parameter.
Public methodfetchList(String, String, String, String, Boolean, String, String, String, Boolean)
Get list's items from its name. Doesn't apply the filter or sort or throw an exception if you pass an invalid parameter.
Public methodfetchList(String, String, String, String, Boolean, String, String, String, String, Boolean)
Get list's items from its name. Doesn't apply the filter or sort or throw an exception if you pass an invalid parameter.
Top
See Also