FileExecutionState.GetAuditMetadata 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.
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
public virtual System.Collections.Generic.Dictionary<string,string> GetAuditMetadata ();
abstract member GetAuditMetadata : unit -> System.Collections.Generic.Dictionary<string, string>
override this.GetAuditMetadata : unit -> System.Collections.Generic.Dictionary<string, string>
Public Overridable Function GetAuditMetadata () As Dictionary(Of String, String)
Returns
A list of audit metadata