Visual Basic (Declaration) | |
---|---|
Public Shared Function ActivityInstanceDestUserWorkflowContextInK2Field( _ ByVal k2field As K2Field, _ ByVal userOnly As Boolean _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim k2field As K2Field Dim userOnly As Boolean Dim value As Boolean value = DesignHelper.ActivityInstanceDestUserWorkflowContextInK2Field(k2field, userOnly) |
C# | |
---|---|
public static bool ActivityInstanceDestUserWorkflowContextInK2Field( K2Field k2field, bool userOnly ) |
C++/CLI | |
---|---|
public: static bool ActivityInstanceDestUserWorkflowContextInK2Field( K2Field^ k2field, bool userOnly ) |
Parameters
- k2field
- userOnly
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