Method IsFreezable
IsFreezable(DocumentId)
Tells whether a document may be frozen.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
bool IsFreezable(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The document may be frozen. |
Remarks
This method is available since v7.12.