Expand Minimize

SPListCreationInformation Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPListCreationInformation

Type Mapping

Constructors

SSOM System.Void .ctor()
CSOM ctor()
JSOM constructor SP.ListCreationInformation.constructor()

Properties

SSOM System.String get_CustomSchemaXml()
CSOM String ListCreationInformation.get_CustomSchemaXml()
JSOM string SP.ListCreationInformation.get_customSchemaXml()
SSOM System.Collections.Generic.IDictionary`2<System.String,System.String> get_DataSourceProperties()
CSOM IDictionary`2 ListCreationInformation.get_DataSourceProperties()
JSOM any SP.ListCreationInformation.get_dataSourceProperties()
SSOM System.String get_Description()
CSOM String ListCreationInformation.get_Description()
JSOM string SP.ListCreationInformation.get_description()
SSOM System.Int32 get_DocumentTemplateType()
CSOM Int32 ListCreationInformation.get_DocumentTemplateType()
JSOM number SP.ListCreationInformation.get_documentTemplateType()
SSOM Microsoft.SharePoint.SPListTemplate/QuickLaunchOptions get_QuickLaunchOption()
CSOM QuickLaunchOptions ListCreationInformation.get_QuickLaunchOption()
JSOM QuickLaunchOptions SP.ListCreationInformation.get_quickLaunchOption()
SSOM System.Guid get_TemplateFeatureId()
CSOM Guid ListCreationInformation.get_TemplateFeatureId()
JSOM Guid SP.ListCreationInformation.get_templateFeatureId()
SSOM System.Int32 get_TemplateType()
CSOM Int32 ListCreationInformation.get_TemplateType()
JSOM number SP.ListCreationInformation.get_templateType()
SSOM System.String get_Title()
CSOM String ListCreationInformation.get_Title()
JSOM string SP.ListCreationInformation.get_title()
SSOM System.String get_Url()
CSOM String ListCreationInformation.get_Url()
JSOM string SP.ListCreationInformation.get_url()
SSOM System.Void set_CustomSchemaXml(System.String)
CSOM ListCreationInformation.set_CustomSchemaXml(String)
JSOM SP.ListCreationInformation.set_customSchemaXml()
SSOM System.Void set_DataSourceProperties(System.Collections.Generic.IDictionary`2<System.String, System.String>)
CSOM ListCreationInformation.set_DataSourceProperties(IDictionary`2,String>)
JSOM SP.ListCreationInformation.set_dataSourceProperties()
SSOM System.Void set_Description(System.String)
CSOM ListCreationInformation.set_Description(String)
JSOM SP.ListCreationInformation.set_description()
SSOM System.Void set_DocumentTemplateType(System.Int32)
CSOM ListCreationInformation.set_DocumentTemplateType(Int32)
JSOM SP.ListCreationInformation.set_documentTemplateType()
SSOM System.Void set_QuickLaunchOption(Microsoft.SharePoint.SPListTemplate/QuickLaunchOptions)
CSOM ListCreationInformation.set_QuickLaunchOption(QuickLaunchOptions)
JSOM SP.ListCreationInformation.set_quickLaunchOption()
SSOM System.Void set_TemplateFeatureId(System.Guid)
CSOM ListCreationInformation.set_TemplateFeatureId(Guid)
JSOM SP.ListCreationInformation.set_templateFeatureId()
SSOM System.Void set_TemplateType(System.Int32)
CSOM ListCreationInformation.set_TemplateType(Int32)
JSOM SP.ListCreationInformation.set_templateType()
SSOM System.Void set_Title(System.String)
CSOM ListCreationInformation.set_Title(String)
JSOM SP.ListCreationInformation.set_title()
SSOM System.Void set_Url(System.String)
CSOM ListCreationInformation.set_Url(String)
JSOM SP.ListCreationInformation.set_url()

Methods

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.