SPAntivirusSettings members
Represents a collection of antivirus settings.
The SPAntivirusSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPAntivirusSettings | Reserved for internal use only. |
Top
Properties
Name | Description | |
---|---|---|
AllowDownload | Gets or sets a value that indicates whether infected documents can be downloaded. | |
AllowQuarantinedFileDownload | Gets or sets a value that indicates whether quarantined documents can be downloaded. | |
AutomaticUpdateSchedule | When this string is not null or empty, the Antivirus Update timer job is running in automatic mode and will increment the VendorId everytime the timer job runs. Use this property to specify the schedule of the Antivirus Update timer job when it is running in automatic mode. If the string is null or empty, then the Antivirus Update timer job is not running in automatic mode and runs every 5 minutes, but only updates the VendorId if the "\Microsoft\Shared Tools\Web Server Extensions\AVScanner" reg key is set. | |
CleaningEnabled | Gets or sets a value that indicates whether the virus scanner should attempt to cure infected files. | |
DownloadScanEnabled | Gets or sets a value that indicates whether files are scanned when they are downloaded. | |
NumberOfThreads | Gets or sets the number of threads that the virus scanner can use. | |
SkipSearchCrawl | Gets or sets a Boolean value that specifies whether to skip scanning during a search crawl. | |
Timeout | Gets or sets the amount of time before the virus scanner times out. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) | |
UploadScanEnabled | Gets or sets a value that indicates whether files are scanned when uploaded. | |
VendorId | The vendor identifier. Incrementing this number when the virus signatures change will cause files to be re-scanned on next access. | |
VendorUpdateCount | Gets or sets the current increment of the number of times the vendor has been updated. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
IncrementVendorUpdateCount | Increments the number of times the vendor has been updated. | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top