MIP.LoadFileProfileAsync(FileProfileSettings) Method

Definition

Starts loading a profile based on the provided |settings|.

public static System.Threading.Tasks.Task<Microsoft.InformationProtection.File.IFileProfile> LoadFileProfileAsync (Microsoft.InformationProtection.File.FileProfileSettings profileSettings);
static member LoadFileProfileAsync : Microsoft.InformationProtection.File.FileProfileSettings -> System.Threading.Tasks.Task<Microsoft.InformationProtection.File.IFileProfile>
Public Shared Function LoadFileProfileAsync (profileSettings As FileProfileSettings) As Task(Of IFileProfile)

Parameters

profileSettings
FileProfileSettings

the profile settings

Returns

A task that represents the asynchronous load operation. The value of the TResult parameter contains the IFileProfile.

Applies to