Share via


LookupTable class

inherits members from ClientObject

Represents a lookup table.

Syntax

CSOM

class LookupTable 

JSOM

PS.LookupTable

REST Interface

Supported.

PS.LookupTable

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

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
AppAlternateId Guid Gets the alternate lookup table GUID that is specified in an App package for Project Online.
Entries LookupEntryCollection Gets the collection of entries in the lookup table.
FieldType CustomFieldType Gets the custom field type that matches the values in the lookup table.
Id Guid Gets the GUID of the lookup table.
Masks ReadOnlyCollection`1 Gets 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.

Methods

Name .NET JSOM REST Return Type Description
DeleteObject() void Deletes the lookup table object.

#### Method Details

DeleteObject()

Deletes the lookup table object.

Syntax
void DeleteObject()
Parameters

None

Return Value

void

See Also

CustomField
CustomFieldCreationInformation
LookupTableCollection
LookupTableCreationInformation