TemplateFiles.GetTemplateFilePathForPlatform(String, String) Method

Definition

Gets the correct platform template file path.

public:
 System::String ^ GetTemplateFilePathForPlatform(System::String ^ platform, System::String ^ configuration);
public string GetTemplateFilePathForPlatform (string platform, string configuration);
member this.GetTemplateFilePathForPlatform : string * string -> string
Public Function GetTemplateFilePathForPlatform (platform As String, configuration As String) As String

Parameters

platform
String

The platform of the requested template.

configuration
String

The configuration of the requested template.

Returns

String

The absolute file path for the platform template to use.

Applies to