PublishingPageInformation.Folder property
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.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property Folder As Folder
Get
Set
'Usage
Dim instance As PublishingPageInformation
Dim value As Folder
value = instance.Folder
instance.Folder = value
public Folder Folder { get; set; }
Property value
Type: Microsoft.SharePoint.Client.Folder
The Folder object.
Remarks
Defaults to a null reference (Nothing in Visual Basic).
See also
Reference
PublishingPageInformation class