Share via


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
Public method PublishingPageInformation

Top

Properties

  Name Description
Public property 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.
Public property Name The name for a [PublishingPage], or a null reference (Nothing in Visual Basic) if a default name should be used.
Public property 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.
Public property TypeId (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

PublishingPageInformation class

Microsoft.SharePoint.Client.Publishing namespace