File.CustomizedPageStatus Property
Gets a value that specifies the customization status of the file.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property CustomizedPageStatus As CustomizedPageStatus
Get
'Usage
Dim instance As File
Dim value As CustomizedPageStatus
value = instance.CustomizedPageStatus
[RemoteAttribute]
public CustomizedPageStatus CustomizedPageStatus { get; }
Property Value
Type: Microsoft.SharePoint.Client.CustomizedPageStatus
Returns a CustomizedPageStatus instance representing the customization status of the file.