Skip to content

SetSecurityProfile

Updates the security profile of document.

1
myDocument.SetSecurityProfile(profileName: string):Document

Parameters

string profileName
    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.

See Also