Share via


LookupTableCreationInformation class

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

Syntax

CSOM

class LookupTableCreationInformation 

JSOM

PS.LookupTableCreationInformation

REST Interface

Supported.

PS.LookupTableCreationInformation

http://contoso.sharepoint.com/sites/pwa/api/ProjectServer/LookupTables/Add

POST Example (not all fields may be required)

body = {
	'parameters': {
		'Entries':'value', 
		'Id':'value', 
		'Masks':'value', 
		'Name':'value', 
		'SortOrder':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Entries ✓ʷ ✓ʷ ✓ʷ ReadOnlyCollection`1 Gets or sets the collection of entries in the lookup table.
Id ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of the lookup table.
Masks ✓ʷ ✓ʷ ✓ʷ Collection(LookupMask) Gets or sets the collection of mask definitions for the levels of a hierarchical lookup table.
Name ✓ʷ ✓ʷ ✓ʷ String Gets or sets the name of the lookup table.
SortOrder ✓ʷ ✓ʷ ✓ʷ LookupTableSortOrder Gets or sets the sort order for the entries in the table.

See Also

LookupTable
LookupTableCollection