Method: DocuSign_eSign::CarbonCopy#excluded_documents
- Defined in:
- lib/docusign_esign/models/carbon_copy.rb
#excluded_documents ⇒ Object
Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the ‘enforceSignerVisibility` property must be set to true for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent.
70 71 72 |
# File 'lib/docusign_esign/models/carbon_copy.rb', line 70 def excluded_documents @excluded_documents end |