FileSaveBinaryInformation.CheckRequiredFields property
Gets or sets a value that specifies whether required fields in the list will be validated when the file is saved.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property CheckRequiredFields As Boolean
Get
Set
'Usage
Dim instance As FileSaveBinaryInformation
Dim value As Boolean
value = instance.CheckRequiredFields
instance.CheckRequiredFields = value
public bool CheckRequiredFields { get; set; }
Property value
Type: System.Boolean
Returns Booleantrue if the required fields in the list are validated when the file is saved; otherwise, false. The default value is
See also
Reference
FileSaveBinaryInformation class