Method GetAssetType
GetAssetType(Type)
Gets the enum AssetType associated with the param systemType ofType
Declaration
public static AssetType GetAssetType(Type ofType)
Parameters
Type | Name | Description |
---|---|---|
Type | ofType | The Type of the asset |
Returns
Type | Description |
---|---|
AssetType | An AssetType or Other if null or unknown. |