Click or drag to resize
GDStorageFolderIsOfType Method
Indicates whether the current GDStorageFolder matches the specified StorageItemTypes value.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public bool IsOfType(
	StorageItemTypes type
)

Parameters

type
Type: Windows.StorageStorageItemTypes
The enum value that determines the object type to match against.

Return Value

Type: Boolean
True if the GDStorageFolder matches the specified StorageItemTypes value; otherwise false.

Implements

IGDStorageItemIsOfType(StorageItemTypes)
IGDStorageItemIsOfType(StorageItemTypes)
See Also