ExecutionState.GetContentIdentifier 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.
The content description that describes the document. For a file: [path\filename]for an email: [Subject:Sender] This value is used by auditing as a human-readable description of the content
public abstract string GetContentIdentifier ();
abstract member GetContentIdentifier : unit -> string
Public MustOverride Function GetContentIdentifier () As String