ExternalVariableName members

Contains the set of standard workflow external variable names available to workflow instances that call the ExternalVariableValue class.

The ExternalVariableName type exposes the following members.

Constructors

  Name Description
Protected method ExternalVariableName(String) Initializes a new instance of the ExternalVariableName class and provides the parameter name.
Protected method ExternalVariableName(String, String) Initializes a new instance of the ExternalVariableName class and provides the parameter name and the scope over which the parameter operates.

Top

Properties

  Name Description
Public propertyStatic member ContextListId Gets the name of the context list ID variable. Refers to the list ID of the workflow instance item.
Public propertyStatic member CurrentItemUrl Gets the name of the list item URL variable.
Public propertyStatic member InitiatorUserId Gets the name of the user ID variable for the initiator workflow instance.
Public propertyStatic member ItemGuid Gets the name of the list item GUID variable.
Public propertyStatic member ItemId Gets the name of the list item ID variable.
Public propertyStatic member RelatedItems Gets the name of the related items variable.
Public propertyStatic member RetryCode Gets the name of the retry code variable.
Public propertyStatic member UniqueId

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ExternalVariableName class

Microsoft.SharePoint.WorkflowServices namespace