SaveDocumentOnEmptyUpdate

SignatureSettings.SaveDocumentOnEmptyUpdate property

Gets or sets flag to re-save source document when Update method has no signatures to update. If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Update method has no signatures to update. When this flat is set to false source document will not be modified at all.

public bool SaveDocumentOnEmptyUpdate { get; set; }

See Also