WorkflowDesignerFieldCollection class

inherits members from ClientObjectCollection

Represents a filtered collection of enterprise project custom fields that can be used in a workflow designer.

Syntax

CSOM

class WorkflowDesignerFieldCollection 

JSOM

PS.WorkflowDesignerFieldCollection

REST Interface

Supported.

PS.WorkflowDesignerFieldCollection

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/WorkflowDesigner/Fields

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
[Integer] WorkflowDesignerField Gets a WorkflowDesignerField from the collection at the specified index.
Item WorkflowDesignerField Gets a WorkflowDesignerField from the collection at the specified index.

Methods

Name .NET JSOM REST Return Type Description
GetById(String objectId) WorkflowDesignerField Gets a WorkflowDesignerField from the collection with the Id value.

#### Method Details

GetById(String objectId)

Gets a WorkflowDesignerField from the collection with the Id value.

Syntax
WorkflowDesignerField GetById(String objectId)
Parameters
Name Type Description
objectId String The id of the WorkflowDesignerField.
Return Value

WorkflowDesignerField

See Also

WorkflowDesigner
WorkflowDesignerField