IFileEngine Interface
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.
Interface for all engine functions.
public interface IFileEngine : IDisposable
type IFileEngine = interface
interface IDisposable
Public Interface IFileEngine
Implements IDisposable
- Implements
Properties
| Name | Description |
|---|---|
| CustomSettings |
The custom policy settings. set by the tenant admin. |
| DefaultSensitivityLabel |
Gets the default sensitivity label. |
| HasClassificationRules |
Gets if the policy has automatic or recommandation rules. |
| IsLabelingRequired |
Checks whether or not the policy dictates that a document must be labeled. |
| LastPolicyFetchTime |
Provide the time when the policy was last fetched. |
| MoreInfoUrl |
Provide a url for looking up more information regarding the policy/labels. |
| PolicyDataXml |
Gets policy data XML which describes the settings, labels, and rules associated with this policy |
| PolicyFileId |
Provide the policy ID. |
| SensitivityLabels |
Returns a list of sensitivity labels. |
| SensitivityTypes |
List the sensitivity types associated with the policy engine. |
| SensitivityTypesFileId |
Provide the sensitivity types file ID. |
| Settings |
Returns the engine settings. |