RSS Documentation
GetPostInfo(BPMConnection,String,String,String,Boolean,LinkCollection,SystemLinkCollection,NodePermision) Method



Syntax
'Declaration
 
Public Overloads Shared Sub GetPostInfo( _
   ByVal cn As BPMConnection, _
   ByVal processName As String, _
   ByVal ownerMemberFullName As String, _
   ByRef formFile As String, _
   ByRef isPostByAgent As Boolean, _
   ByRef userLinks As LinkCollection, _
   ByRef systemLinks As SystemLinkCollection, _
   ByRef nodePermision As BPM.NodePermision _
) 
'Usage
 
Dim cn As BPMConnection
Dim processName As String
Dim ownerMemberFullName As String
Dim formFile As String
Dim isPostByAgent As Boolean
Dim userLinks As LinkCollection
Dim systemLinks As SystemLinkCollection
Dim nodePermision As BPM.NodePermision
 
BPMProcess.GetPostInfo(cn, processName, ownerMemberFullName, formFile, isPostByAgent, userLinks, systemLinks, nodePermision)

Parameters

cn
processName
ownerMemberFullName
formFile
isPostByAgent
userLinks
systemLinks
nodePermision
Requirements

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

See Also

Reference

BPMProcess Class
BPMProcess Members
Overload List

Send Feedback