ViewFlowUrlFieldPart Constructor(K2FieldPart,K2FieldPart)
See Also 
SourceCode.Workflow.Design Namespace > ViewFlowUrlFieldPart Class > ViewFlowUrlFieldPart Constructor : ViewFlowUrlFieldPart Constructor(K2FieldPart,K2FieldPart)



workspaceUrl
procInstId

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal workspaceUrl As K2FieldPart, _
   ByVal procInstId As K2FieldPart _
)
Visual Basic (Usage) Copy Code
Dim workspaceUrl As K2FieldPart
Dim procInstId As K2FieldPart
 
Dim instance As New ViewFlowUrlFieldPart(workspaceUrl, procInstId)
C#  
public ViewFlowUrlFieldPart( 
   K2FieldPart workspaceUrl,
   K2FieldPart procInstId
)
C++/CLI  
public:
ViewFlowUrlFieldPart( 
   K2FieldPart^ workspaceUrl,
   K2FieldPart^ procInstId
)

Parameters

workspaceUrl
procInstId

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