DestinationTypes Enumeration
See Also 
SourceCode.Workflow.Authoring Namespace : DestinationTypes Enumeration



Glossary Item Box

Specifies the destination type.

Syntax

Visual Basic (Declaration) 
Public Enum DestinationTypes 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DestinationTypes
C# 
public enum DestinationTypes : System.Enum 
C++/CLI 
public enum class DestinationTypes : public System.Enum 

Members

MemberDescription
GroupA Type representing a group as defined in the user manager.
Queue A Type representing a Queue as defined in K2. Queues can be used with Destination Rules to insure dynamic resolution of users, groups and organizational units as defined in the user manager.
UserA Type representing a user as defined in the user manager.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.Workflow.Authoring.DestinationTypes

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