Expand Minimize

SPWebCreationInformation Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPWebCreationInformation

Type Mapping

Constructors

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

Properties

SSOM System.String get_Description()
CSOM String WebCreationInformation.get_Description()
JSOM string SP.WebCreationInformation.get_description()
SSOM System.Int32 get_Language()
CSOM Int32 WebCreationInformation.get_Language()
JSOM number SP.WebCreationInformation.get_language()
SSOM System.String get_Title()
CSOM String WebCreationInformation.get_Title()
JSOM string SP.WebCreationInformation.get_title()
SSOM System.String get_Url()
CSOM String WebCreationInformation.get_Url()
JSOM string SP.WebCreationInformation.get_url()
SSOM System.Boolean get_UseSamePermissionsAsParentSite()
CSOM Boolean WebCreationInformation.get_UseSamePermissionsAsParentSite()
JSOM boolean SP.WebCreationInformation.get_useSamePermissionsAsParentSite()
SSOM System.String get_WebTemplate()
CSOM String WebCreationInformation.get_WebTemplate()
JSOM string SP.WebCreationInformation.get_webTemplate()
SSOM System.Void set_Description(System.String)
CSOM WebCreationInformation.set_Description(String)
JSOM SP.WebCreationInformation.set_description()
SSOM System.Void set_Language(System.Int32)
CSOM WebCreationInformation.set_Language(Int32)
JSOM SP.WebCreationInformation.set_language()
SSOM System.Void set_Title(System.String)
CSOM WebCreationInformation.set_Title(String)
JSOM SP.WebCreationInformation.set_title()
SSOM System.Void set_Url(System.String)
CSOM WebCreationInformation.set_Url(String)
JSOM SP.WebCreationInformation.set_url()
SSOM System.Void set_UseSamePermissionsAsParentSite(System.Boolean)
CSOM WebCreationInformation.set_UseSamePermissionsAsParentSite(Boolean)
JSOM SP.WebCreationInformation.set_useSamePermissionsAsParentSite()
SSOM System.Void set_WebTemplate(System.String)
CSOM WebCreationInformation.set_WebTemplate(String)
JSOM SP.WebCreationInformation.set_webTemplate()

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.