ExtensionInfo Class
Contains the basic information about an extension from the configuration
file primarily, but also including a flag if this extension is enabled
Namespace: SobekCM.Core.Configuration.ExtensionsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("ExtensionInfo")]
[DataContractAttribute]
[ProtoContractAttribute]
public class ExtensionInfo |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
 | Assemblies | List of assemblies referenced in the extension configuration file |
 | BaseDirectory | Base directory for this extension |
 | Code | Code that uniquely identifiers this extension |
 | CssFiles | List of CSS files referenced by this extension in the extension configuration file |
 | Enabled | Flag indicates if this extension is enabled in the database |
 | KeyValueConfigurations | Simple key/value configurations from the extension configuration file |
 | Name | Full name of this extension |
 | Version | Version of this extension |
 | XmlConfigurations | XML configuration sections from the extension configuration file |
See Also