Method | Description | |
---|---|---|
FindAssetList ( ICollection |
Searches asset list in a collection of AssetList objects by name.
|
|
GetGroups ( ICollection |
Gets a list of groups that are defined for URLs in the specified list.
|
|
LoadAssets ( ) : ICollection |
Load assets from
|
|
SerializeAssets ( ICollection |
Serializes a list of Asset objects into a string using URL names.
|
Method | Description | |
---|---|---|
GetPage ( ) : |
||
LoadAssetLists ( string configFile ) : List |
||
ReadAsset ( XmlReader reader ) : |
||
ReadAssetList ( XmlReader reader ) : |
||
ResolveAssetUrl ( string resourceName, string assembly, string type, string path ) : string |
public static FindAssetList ( ICollection |
||
assetLists | ICollection |
A collection of |
name | string | Asset list name. |
return |
public static GetGroups ( ICollection |
||
urls | ICollection |
URLs list. |
return | ICollection |
public static SerializeAssets ( ICollection |
||
assets | ICollection |
List of |
return | string |