InsertHeaderFooterRequest constructor

InsertHeaderFooterRequest(
  1. String? name,
  2. String? sectionPath,
  3. String? headerFooterType, {
  4. String? folder,
  5. String? storage,
  6. String? loadEncoding,
  7. String? password,
  8. String? encryptedPassword,
  9. String? destFileName,
  10. String? revisionAuthor,
  11. String? revisionDateTime,
})

Implementation

InsertHeaderFooterRequest(this.name, this.sectionPath, this.headerFooterType,
    {this.folder,
    this.storage,
    this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.destFileName,
    this.revisionAuthor,
    this.revisionDateTime});