File.CustomizedPageStatus property

Gets a value that specifies the customization status of the file.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property CustomizedPageStatus As CustomizedPageStatus
    Get
'Usage
Dim instance As File
Dim value As CustomizedPageStatus

value = instance.CustomizedPageStatus
public CustomizedPageStatus CustomizedPageStatus { get; }

Property value

Type: Microsoft.SharePoint.Client.CustomizedPageStatus
Returns a CustomizedPageStatus instance representing the customization status of the file.

See also

Reference

File class

File members

Microsoft.SharePoint.Client namespace