PublishingPageInformation members
This class is used as an input parameter for methods that create [PublishingPage] objects.
The PublishingPageInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PublishingPageInformation |
Top
Properties
Name | Description | |
---|---|---|
Folder | The [Microsoft.SharePoint.Client.Folder] object in which the [PublishingPage] should be created, or a null reference (Nothing in Visual Basic) if a folder should not be used. | |
Name | The name for a [PublishingPage], or a null reference (Nothing in Visual Basic) if a default name should be used. | |
PageLayoutListItem | The [Microsoft.SharePoint.Client.ListItem] of the page layout to use for the [PublishingPage], or a null reference (Nothing in Visual Basic) if the default page layout should be used. | |
TypeId | (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top