ToolLocationHelper.GetSDKContentFolderPath 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.
Return the versioned/unversioned SDK content folder path
public static string GetSDKContentFolderPath (string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion, string folderName, string diskRoot = default);
static member GetSDKContentFolderPath : string * string * string * string * string * string * string -> string
Public Shared Function GetSDKContentFolderPath (sdkIdentifier As String, sdkVersion As String, targetPlatformIdentifier As String, targetPlatformMinVersion As String, targetPlatformVersion As String, folderName As String, Optional diskRoot As String = Nothing) As String
Parameters
- sdkIdentifier
- String
The identifier of the SDK
- sdkVersion
- String
The verision of the SDK
- targetPlatformIdentifier
- String
The identifier of the targeted platform
- targetPlatformMinVersion
- String
The min version of the targeted platform
- targetPlatformVersion
- String
The version of the targeted platform
- folderName
- String
The content folder name under SDK path
- diskRoot
- String
An optional disk root to search. A value should only be passed from a unit test.
Returns
The SDK content folder path