Class ContainerInstaller
The ContainerInstaller installs Container Components to a DotNetNuke site.
Inherited Members
Namespace: DotNetNuke.Services.Installer.Installers
Assembly: DotNetNuke.dll
Syntax
public class ContainerInstaller : SkinInstaller
Properties
| Improve this Doc View SourceCollectionNodeName
Gets the name of the Collection Node ("containerFiles").
Declaration
protected override string CollectionNodeName { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Overrides
| Improve this Doc View SourceItemNodeName
Gets the name of the Item Node ("containerFile").
Declaration
protected override string ItemNodeName { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Overrides
| Improve this Doc View SourceSkinNameNodeName
Gets the name of the SkinName Node ("containerName").
Declaration
protected override string SkinNameNodeName { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Overrides
| Improve this Doc View SourceSkinRoot
Gets the RootName of the Skin.
Declaration
protected override string SkinRoot { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Overrides
| Improve this Doc View SourceSkinType
Gets the Type of the Skin.
Declaration
protected override string SkinType { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |