Visual Basic (Declaration) | |
---|---|
<ObsoleteAttribute("This method has been deprecated and will be removed from future versions.")> Public Sub LoadInstances( _ ByVal workflowManager As Object, _ ByVal FolioFilter As String, _ ByVal OriginatorFilter As String, _ ByVal FromDate As String, _ ByVal ToDate As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ProcessSet Dim workflowManager As Object Dim FolioFilter As String Dim OriginatorFilter As String Dim FromDate As String Dim ToDate As String instance.LoadInstances(workflowManager, FolioFilter, OriginatorFilter, FromDate, ToDate) |
C# | |
---|---|
[Obsolete("This method has been deprecated and will be removed from future versions.")] public void LoadInstances( object workflowManager, string FolioFilter, string OriginatorFilter, string FromDate, string ToDate ) |
C++/CLI | |
---|---|
[Obsolete("This method has been deprecated and will be removed from future versions.")] public: void LoadInstances( Object^ workflowManager, String^ FolioFilter, String^ OriginatorFilter, String^ FromDate, String^ ToDate ) |
Parameters
- workflowManager
- FolioFilter
- OriginatorFilter
- FromDate
- ToDate
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2