Permission.ApplyPolicy(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the specified permission policy to the active document.
public:
void ApplyPolicy(System::String ^ FileName);
public void ApplyPolicy (string FileName);
abstract member ApplyPolicy : string -> unit
Public Sub ApplyPolicy (FileName As String)
Parameters
- FileName
- String
Required String. The path and filename of the permission policy template file.
Remarks
Microsoft Office Information Rights Management supports the use of administrative permission policies which list users and groups and their document permissions. The ApplyPolicy method applies a permission policy to the active document.