Méthode | Description | |
---|---|---|
ConstructQueryString ( |
Constructs the query string.
|
|
ConvertAttributes ( |
Converts a NameValueCollection into HTML attributes
|
|
ConvertAttributes ( SafeDictionary |
Converts a SafeDictionary into HTML attributes
|
|
CreateFakeItem ( string>.Dictionary |
||
CreateFakeItem ( string>.Dictionary |
||
GetField ( System.Item item, ID fieldId, string fieldName = "" ) : Field |
Gets the field.
|
|
GetGenericOuter ( |
Gets the generic outer.
|
|
GetLanguageItem ( System.Item foundItem, System.Language language, IItemVersionHandler versionHandler ) : System.Item |
Gets the language item.
|
|
GetLanguageItems ( IEnumerable |
Gets the language items.
|
|
ResizeImage ( int imageW, int imageH, float imageScale, int w, int h, int maxW, int maxH ) : Size |
public static ConstructQueryString ( |
||
parameters | The parameters. | |
Résultat | string |
public static ConvertAttributes ( |
||
attributes | A list of attributes to convert | |
Résultat | string |
public static ConvertAttributes ( SafeDictionary |
||
attributes | SafeDictionary |
A list of attributes to convert |
quotationMark | string | |
Résultat | string |
public static CreateFakeItem ( string>.Dictionary |
||
fields | string>.Dictionary | |
templateId | ID | |
database | Database | |
name | string | |
Résultat | System.Item |
public static CreateFakeItem ( string>.Dictionary |
||
fields | string>.Dictionary | |
name | string | |
Résultat | System.Item |
public static GetField ( System.Item item, ID fieldId, string fieldName = "" ) : Field | ||
item | System.Item | The item. |
fieldId | ID | The field id. |
fieldName | string | Name of the field. |
Résultat | Field |
public static GetGenericOuter ( |
||
type | The type. | |
Résultat |
public static GetLanguageItem ( System.Item foundItem, System.Language language, IItemVersionHandler versionHandler ) : System.Item | ||
foundItem | System.Item | The found item. |
language | System.Language | The language. |
versionHandler | IItemVersionHandler | |
Résultat | System.Item |
public static GetLanguageItems ( IEnumerable |
||
foundItems | IEnumerable |
The found items. |
language | System.Language | The language. |
versionHandler | IItemVersionHandler | |
Résultat | IEnumerable |
public static ResizeImage ( int imageW, int imageH, float imageScale, int w, int h, int maxW, int maxH ) : Size | ||
imageW | int | |
imageH | int | |
imageScale | float | |
w | int | |
h | int | |
maxW | int | |
maxH | int | |
Résultat | Size |