Share via


ClmUtils.GetProfileTemplateUuidFromProfileTemplateName Method

Resolves the name of a profile template to the UUID (unique identifier) of the profile template.

Namespace: Mms_Metaverse
Assembly: ClmUtils (in ClmUtils.dll)

Usage

'Usage
Dim instance As ClmUtils
Dim profileTemplateName As String
Dim targetCLMMA As ConnectedMA
Dim returnValue As Guid

returnValue = instance.GetProfileTemplateUuidFromProfileTemplateName(profileTemplateName, targetCLMMA)

Syntax

'Declaration
Public Function GetProfileTemplateUuidFromProfileTemplateName ( _
    profileTemplateName As String, _
    targetCLMMA As ConnectedMA _
) As Guid
public Guid GetProfileTemplateUuidFromProfileTemplateName (
    string profileTemplateName,
    ConnectedMA targetCLMMA
)
public:
Guid GetProfileTemplateUuidFromProfileTemplateName (
    String^ profileTemplateName, 
    ConnectedMA^ targetCLMMA
)
public Guid GetProfileTemplateUuidFromProfileTemplateName (
    String profileTemplateName, 
    ConnectedMA targetCLMMA
)
public function GetProfileTemplateUuidFromProfileTemplateName (
    profileTemplateName : String, 
    targetCLMMA : ConnectedMA
) : Guid

Parameters

  • profileTemplateName
    The name of the profile template whose UUID you want to return.
  • targetCLMMA
    The Forefront Identity Manager Certificate Management (FIM CM) management agent through which the new object is provisioned.

Return Value

The unique identifier of the profile template.

Remarks

This method resolves the name of a profile template to the UUID of the profile template. This is useful when you call other methods that require the profile template UUID and all you have is the profile template name. This method performs a case-insensitive comparison.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ClmUtils Class
ClmUtils Members
Mms_Metaverse Namespace
ClmUtils Class