Save

Save(string)

Saves the redaction policy to a file.

public void Save(string filePath)
Parameter Type Description
filePath String Path to file.

See Also


Save(Stream)

Saves the redaction policy to a stream.

public void Save(Stream output)
Parameter Type Description
output Stream Target stream to save the policy

See Also