Skip to content

Document.SetSecurityProfile

Overview

Document Document.SetSecurityProfile ( name )
Updates the security profile of document.

Arguments

String name Name of security profile

Remarks

  • Profile is not updated until Document.Save method is called.
  • If specified named profile is not found error is thrown.

Examples

See Also