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