LookupText class
inherits members from LookupEntry
Defines an entry in a lookup table of type Text.
Syntax
CSOM
class LookupText
JSOM
PS.LookupText
REST Interface
Supported.
PS.LookupText
http://contoso.sharepoint.com/sites/pwa/api/ProjectServer/LookupTables('{tableid}')/Entries('{entryid}')
Members
✓ - Read Support ✓ʷ - Write Support
Properties
Name | .NET | JSOM | REST | Type | Description |
---|---|---|---|---|---|
HasChildren | ✓ | ✓ | ✓ | Boolean | Gets a value that indicates whether an entry in a hierarchical text lookup table has descendants. |
Mask | ✓ | ✓ | ✓ | LookupMask | Gets the mask for an entry in a hierarhical text lookup table. |
Parent | ✓ʷ | ✓ʷ | ✓ʷ | LookupText | Gets or sets the GUID of a parent entry in a hierarchical text lookup table. |
Value | ✓ʷ | ✓ʷ | ✓ʷ | String | Gets or sets a data value of type Text. |