LookupEntryCreationInformation class

Provides information for the creation of a lookup table entry.

Syntax

CSOM

class LookupEntryCreationInformation 

JSOM

PS.LookupEntryCreationInformation

REST Interface

Supported.

PS.LookupEntryCreationInformation

http://contoso.sharepoint.com/sites/pwa/api/ProjectServer/LookupTables('{tableid}')/Entries/Add

POST Example (not all fields may be required)

body = {
	'parameters': {
		'Description':'value', 
		'Id':'value', 
		'ParentId':'value', 
		'SortIndex':'value', 
		'Value':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Description ✓ʷ ✓ʷ ✓ʷ String Gets or sets the description of the lookup table entry.
Id ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of the lookup table entry.
ParentId ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of the parent lookup table entry in a hierarchical text lookup table.
SortIndex ✓ʷ ✓ʷ ✓ʷ Decimal Gets or sets an index number for the lookup table entry.
Value ✓ʷ ✓ʷ ✓ʷ LookupEntryValue Gets or sets the value of the lookup table entry.

See Also

LookupEntry
LookupEntryCollection