SPWorkflowActivationProperties Members (Microsoft.SharePoint.Workflow)

Represents the initial properties of the workflow instance as it starts, such as the user who added the workflow, and the list and item to which the workflow was added.

The following tables list the members exposed by the SPWorkflowActivationProperties type.

Public Constructors

(see also Protected Constructors )
  Name Description
Public method SPWorkflowActivationProperties Overloaded.  
Top
Protected Constructors

  Name Description
Protected method SPWorkflowActivationProperties Overloaded.  
Top
Public Properties

  Name Description
Public property AssociationData Gets the association data passed to the workflow instance.
Public property HistoryList Gets the list to which workflow history events are logged for the workflow.
Public property HistoryListId Gets the ID of the list to which workflow history events are logged for the workflow.
Public property HistoryListUrl Gets the URL of the list to which workflow history events are logged for the workflow.
Public property InitiationData Gets the initiation data passed to the workflow instance.
Public property Item Gets the list item on which the workflow instance is running.
Public property ItemId Gets the ID of the list item on which the workflow instance is running.
Public property ItemUrl Gets the URL of the list item on which the workflow instance is running.
Public property List Gets the list that contains the list item on which the workflow instance is running.
Public property ListId Gets the ID of the list that contains the list item on which the workflow instance is running.
Public property ListUrl Gets the URL of the list that contains the list item on which the workflow instance is running.
Public property Originator Gets the user name of the user who initiated the workflow instance.
Public property OriginatorEmail Gets the e-mail address of the user who initiated the workflow instance.
Public property OriginatorUser Gets the user who initiated the workflow instance.
Public property Site Gets the site collection on which the workflow instance is located.
Public property SiteId Gets the ID of the site collection on which the workflow instance is located.
Public property SiteUrl Gets URL of the site collection on which the workflow instance is located.
Public property TaskList Gets the list on which workflow tasks for this workflow instance are created.
Public property TaskListId Gets the ID of the list on which workflow tasks for this workflow instance are created.
Public property TaskListUrl Gets the URL of the list on which workflow tasks for this workflow instance are created.
Public property TemplateName Gets the name of the workflow association from which the workflow instance was created.
Public property UpgradedPersistedProperties  Gets the collection of field names and values for fields that were deleted or changed. (inherited from SPAutoSerializingObject)
Public property Web Gets the SharePoint site on which the workflow instance is located.
Public property WebId Gets the ID of the SharePoint site on which the workflow instance is located.
Public property WebUrl Gets the URL of the SharePoint site on which the workflow instance is located.
Public property Workflow Gets the workflow instance.
Public property WorkflowId Gets ID of the workflow instance.
Top
Public Methods

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. (inherited from Object)
Public method GetHashCode  (inherited from Object)
Public method GetObjectData Overridden.  
Public method GetType  (inherited from Object)
Public method Static ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)
Top
Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)
Protected method OnDeserialization  Called after the object has been deserialized from the file system cache or the database.(inherited from SPAutoSerializingObject)
Protected method UpdateParent  Causes the containing SPPersistedObject, if one exists, to update its state. (inherited from SPAutoSerializingObject)
Top
See Also

Tags :


Page view tracker