LookupEntryCreationInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("PS.LookupEntryCreationInformation", ServerTypeId="{94b03b0e-e73f-42f2-907e-bfa010beb957}", ValueObject=true)]
public class LookupEntryCreationInformation : Microsoft.SharePoint.Client.ClientValueObject
type LookupEntryCreationInformation = class
    inherit ClientValueObject
Public Class LookupEntryCreationInformation
Inherits ClientValueObject
Inheritance
LookupEntryCreationInformation
Attributes

Constructors

LookupEntryCreationInformation()

Properties

Description
Id
ParentId
SortIndex
TypeId
Value

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader)
WriteToXml(XmlWriter, SerializationContext)

Applies to