SPFileSaveBinaryParameters members
Encapsulates options to use when saving an SPFile object by calling the SaveBinary(Stream, SPFileSaveBinaryParameters) method.
The SPFileSaveBinaryParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFileSaveBinaryParameters | Initializes an instance of the SPFileSaveBinaryParameters class. |
Top
Properties
Name | Description | |
---|---|---|
CellStoragePartitionsToDelete | Gets or sets the unique cell storage partition identifiers to delete as part of the file save operation. | |
CheckInComment | Gets or sets a comment about the checked-in file. | |
CheckRequiredFields | Indicates whether to check property values against the required fields, generating missing field errors where appropriate. | |
CreateVersion | Gets or sets a value that indicates whether a new version of the file should be created if versioning is enabled and valid. | |
ETagMatch | Gets or sets the ETag value that the current ETag of the file should match when saving the file. | |
FileFormatMetaInfo | Gets or sets the file format metainfo for the file. | |
FileSizeToSave | Gets and sets the amount of data to read from the stream and save, in bytes. | |
LockIdMatch | Gets or sets the LockId object for a file. | |
OutETagNew | Gets the ETag of the newly saved file. | |
OutVirusCheckMessage | Gets a message with information about a virus scan performed on the file. | |
OutVirusCheckStatus | Gets a value that describes the status of virus-checking on the file. | |
PartitionsToDelete | Gets or sets which partitions of the store to delete as part of the file save operation. | |
RequireWebFilePermissions | Gets or sets a Boolean variable that indicates if adding web files requires the Add and Customize Web Pages permission. | |
ThrowOnVirusFound | Gets or sets a value that indicates whether an exception should be thrown if a virus is found but not removed from the file. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top