DeleteDocumentPropertyOnlineRequest constructor

DeleteDocumentPropertyOnlineRequest(
  1. ByteData? document,
  2. String? propertyName, {
  3. String? loadEncoding,
  4. String? password,
  5. String? encryptedPassword,
  6. String? destFileName,
  7. String? revisionAuthor,
  8. String? revisionDateTime,
})

Implementation

DeleteDocumentPropertyOnlineRequest(this.document, this.propertyName,
    {this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.destFileName,
    this.revisionAuthor,
    this.revisionDateTime});