Class TemplateStorageHelper
Namespace: Aurigma.DesignAtoms.Convert.TemplateStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class TemplateStorageHelper
Inheritance: System.Object -> TemplateStorageHelper
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Methods
GetAllowedExtensions
public static IEnumerable<string> GetAllowedExtensions(TemplateImageType type, bool withoutDot = false)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Convert.TemplateStorage.TemplateImageType | type | |
System.Boolean | withoutDot |
Returns
System.Collections.Generic.IEnumerable<System.String>
GetAllowedExtensionFromName
public static string GetAllowedExtensionFromName(TemplateImageType type, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Convert.TemplateStorage.TemplateImageType | type | |
System.String | name |
Returns
System.String
Fields
ConfigExtensions
public static readonly string[] ConfigExtensions
CommonExtensions
public static readonly string[] CommonExtensions
MockupExtensions
public static readonly string[] MockupExtensions
DesignExtensions
public static readonly string[] DesignExtensions