SPFileCollectionAddParameters members
Encapsulates options to use when adding an SPFile object to an SPFileCollection collection.
The SPFileCollectionAddParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFileCollectionAddParameters | Initializes a new instance of the SPFileCollectionAddParameters class. |
Top
Properties
Name | Description | |
---|---|---|
AutoCheckoutOnInvalidData | Gets or sets a value that specifies whether to check the file out immediately after saving it if it has invalid data. | |
CheckInComment | Gets or sets the check-in comment for the file. | |
CheckRequiredFields | Gets or sets a value that specifies whether to verify that required fields for this file have been assigned values. | |
FileFormatMetaInfo | Gets or sets the file format metainfo for the new file. | |
FileSizeToSave | Gets or sets the amount of data to read from the stream and save, in bytes. | |
OutETag | Gets an ETag that identifies this version of the 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-scanning on the file. | |
Overwrite | Gets or sets a value that specifies whether to overwrite a file that has the same name. | |
RequireWebFilePermissions | Indicates whether 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. |
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