ListCreationInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.ListCreationInformation", ServerTypeId="{e247b7fc-095e-4ea4-a4c9-c5d373723d8c}", ValueObject=true)]
public class ListCreationInformation : Microsoft.SharePoint.Client.ClientValueObject
type ListCreationInformation = class
    inherit ClientValueObject
Public Class ListCreationInformation
Inherits ClientValueObject
Inheritance
ListCreationInformation
Attributes

Constructors

ListCreationInformation()

Properties

CustomSchemaXml
DataSourceProperties
Description
DocumentTemplateType
ListTemplate
QuickLaunchOption
TemplateFeatureId
TemplateType
Title
TypeId
Url

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