DeleteCustomXmlPartOnlineRequest constructor

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

Implementation

DeleteCustomXmlPartOnlineRequest(this.document, this.customXmlPartIndex,
    {this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.destFileName,
    this.revisionAuthor,
    this.revisionDateTime});