TK.GetParentFolderAsync Method

Gets parent of asset path async
Public Shared Function GetParentFolderAsync( _ 
ByVal assetPath As String
) As Task(Of String)
This language is not supported or no code example is available.
public static Task<string> GetParentFolderAsync( 
string assetPath 
)
This language is not supported or no code example is available.

Parameters

assetPath
string

Asset path

Return Value

Task<string>

Parent folder name

.NET Framework

Supported in: 4.8

In this article

Definition