'Declaration Public Function GetItemType( _ ByVal path As String, _ ByVal cancellationToken As CancellationToken _ ) As ItemTypeEnum
public ItemTypeEnum GetItemType( string path, CancellationToken cancellationToken )
Parameters
- path
- The full path name of the item.
- cancellationToken
- System.Threading.CancellationToken that can be used to cancel a request.
Return Value
A type of the item.