MIP.LoadFileProfileAsync(FileProfileSettings) 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.
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
.