Share via


SPFileSaveBinaryParameters.CheckRequiredFields property

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)

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

SPFileSaveBinaryParameters members

Microsoft.SharePoint namespace