Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether to check property values against the required fields, generating missing field errors where appropriate.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property CheckRequiredFields As Boolean
Get
Set
'Usage
Dim instance As SPFileSaveBinaryParameters
Dim value As Boolean
value = instance.CheckRequiredFields
instance.CheckRequiredFields = value
public bool CheckRequiredFields { get; set; }
Property Value
Type: System.Boolean
true if check required fields when saving the file; otherwise, false.
Remarks
If this property is set to true and not all required fields contain values, then the save operation will fail.
See Also
Reference
SPFileSaveBinaryParameters Class