CreateOrUpdateDocumentPropertyOnlineRequest constructor

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

Implementation

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