DocSetContentsTask class

A workflow task used to create and assign tasks to items contained in a document set, or folder

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        Microsoft.Office.Workflow.Actions.OfficeTask
          Microsoft.Office.Workflow.Actions.DocSetContentsTask

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(OfficeTaskValidator))> _
Public Class DocSetContentsTask _
    Inherits OfficeTask
'Usage
Dim instance As DocSetContentsTask
[ActivityValidatorAttribute(typeof(OfficeTaskValidator))]
public class DocSetContentsTask : OfficeTask

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DocSetContentsTask members

Microsoft.Office.Workflow.Actions namespace