CreateOrUpdateDocumentPropertyOnlineRequest constructor

CreateOrUpdateDocumentPropertyOnlineRequest(
  1. ByteData? document,
  2. String? propertyName,
  3. DocumentPropertyCreateOrUpdate? property, {
  4. String? loadEncoding,
  5. String? password,
  6. String? encryptedPassword,
  7. bool? openTypeSupport,
  8. String? destFileName,
  9. String? revisionAuthor,
  10. String? revisionDateTime,
  11. SendDataProgressCallback? sendDataProgressCallback,
  12. ReceiveDataProgressCallback? receiveDataProgressCallback,
})

Implementation

CreateOrUpdateDocumentPropertyOnlineRequest(
    this.document, this.propertyName, this.property,
    {this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.openTypeSupport,
    this.destFileName,
    this.revisionAuthor,
    this.revisionDateTime,
    this.sendDataProgressCallback,
    this.receiveDataProgressCallback});