Web_Skin_Collection Class
Collection of all the HTML skin data needed, including the fully built default skins and
the raw data to create the other HTML skins required to fulfil a user's request
Namespace: SobekCM.Core.SkinsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class Web_Skin_Collection |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Clear | Clears all the default interfaces |
| Initialize | Initialize the web skin collection, by clearing it and
passing in the table of web skins |
| Skin_Row | Datarow matching the provided skin code |
Properties
| Name | Description |
---|
| Ordered_Skin_Codes | Gets the ordered list of web skin codes |
| Skin_Table | Datatable which has the information about every valid HTML skin from the database |
See Also