Method SetFileCompressionType
SetFileCompressionType(DocumentId, CompressionType)
Sets the compression type of a document file.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 300, 160)]
void SetFileCompressionType(DocumentId inDocumentId, CompressionType inCompressionType)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| CompressionType | inCompressionType | Compression type of the document file. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.12.300.160.