RedactionPolicySave Method (String) |
Saves the redaction policy to a file.
Namespace: GroupDocs.RedactionAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic void Save(
string filePath
)
Public Sub Save (
filePath As String
)
public:
void Save(
String^ filePath
)
member Save :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
Path to file.
See Also