Version

FindTemplateId Method

Finds and returns a template ID in the map by an item ID.
Syntax
'Declaration
 
Public Function FindTemplateId( _
   ByVal idPair As ItemIDPair _
) As String
public string FindTemplateId( 
   ItemIDPair idPair
)

Parameters

idPair
Item ID to find a template associated with it.

Return Value

Template ID associated with the item. Null if no template can be found.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also