StageCustomFieldCreationInformation class

Contains the properties that can be set when creating a StageCustomField.

Syntax

CSOM

class StageCustomFieldCreationInformation 

JSOM

PS.StageCustomFieldCreationInformation

REST Interface

Supported.

PS.StageCustomFieldCreationInformation

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/Stages('{stageid}')/CustomFields/Add

POST Example (not all fields may be required)

body = {
	'parameters': {
		'Id':'value', 
		'ReadOnly':'value', 
		'Required':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Id ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID for the custom field.
ReadOnly ✓ʷ ✓ʷ ✓ʷ Boolean Gets or sets a value that indicates whether the custom field is read-only in the stage.
Required ✓ʷ ✓ʷ ✓ʷ Boolean Gets or sets a value that indicates whether the custom field is required in the stage.

See Also

StageCustomField
StageCustomFieldCollection