Method: DocuSign_eSign::EnvelopeDefinition#enforce_signer_visibility
- Defined in:
- lib/docusign_esign/models/envelope_definition.rb
#enforce_signer_visibility ⇒ Object
When set to true, 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. Your account must have Document Visibility enabled to use this.
118 119 120 |
# File 'lib/docusign_esign/models/envelope_definition.rb', line 118 def enforce_signer_visibility @enforce_signer_visibility end |