Class WidgetInstaller
The WidgetInstaller installs Widget Components to a DotNetNuke site.
Inherited Members
Namespace: DotNetNuke.Services.Installer.Installers
Assembly: DotNetNuke.dll
Syntax
public class WidgetInstaller : FileInstaller
Properties
| Improve this Doc View SourceAllowableFiles
Gets a list of allowable file extensions (in addition to the Host's List).
Declaration
public override string AllowableFiles { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Overrides
| Improve this Doc View SourceCollectionNodeName
Gets the name of the Collection Node ("widgetFiles").
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 ("widgetFiles").
Declaration
protected override string ItemNodeName { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Overrides
| Improve this Doc View SourcePhysicalBasePath
Gets the PhysicalBasePath for the widget files.
Declaration
protected override string PhysicalBasePath { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |