BPM.Client Namespace > BPMProcess Class > GetPostInfo Method : GetPostInfo(BPMConnection,String,String,String,Boolean,LinkCollection,SystemLinkCollection,NodePermision) Method |
'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)
public static void GetPostInfo( BPMConnection cn, string processName, string ownerMemberFullName, out string formFile, out bool isPostByAgent, out LinkCollection userLinks, out SystemLinkCollection systemLinks, out BPM.NodePermision nodePermision )
public: static void GetPostInfo( BPMConnection^ cn, String^ processName, String^ ownerMemberFullName, [Out] String^ formFile, [Out] bool isPostByAgent, [Out] LinkCollection^ userLinks, [Out] SystemLinkCollection^ systemLinks, [Out] BPM.NodePermision nodePermision )
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