FileExecutionState Class
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.
A callbacks abstract class for IFileHandler
public abstract class FileExecutionState
type FileExecutionState = class
Public MustInherit Class FileExecutionState
- Inheritance
-
FileExecutionState
Constructors
FileExecutionState() |
Methods
GetApplicationScenarioId() |
Return an identifier which correlates application events with the corresponding protection service REST requests. |
GetAuditMetadata() |
Return a dictionary of application specific audit key-value pairs. Registered Key:Value pairs: Sender: Email Id for the sender Recipients: Represents a JSON array of recipients for an email LastModifiedBy: Email Id for the user who last modified the content LastModifiedDate: Date the content was last modified |
GetClassificationResults(IFileHandler, List<ClassificationRequest>) |
Return a map of classification results. |
GetDataState() |
The content state. |