Class LocalDeploymentProvider
- Namespace
- Dynamicweb.Deployment
- Assembly
- Dynamicweb.Core.dll
Represents a deployment provider for the local installation.
- Inheritance
-
Local
Deployment Provider
- Inherited Members
Constructors
LocalDeploymentProvider(string, Uri)
Initializes a new instance of the Local
Parameters
LocalDeploymentProvider(Uri)
Initializes a new instance of the Local
Parameters
url
UriThe URL.
Properties
DataGroupRepository
Gets or sets the data group repository.
Property Value
- Data
Group Repository The data group repository.
ExportFolder
Gets or set the folder to export packages.
Property Value
- string
The folder name.
Name
Gets the name.
Property Value
- string
The name.
Url
Gets the URL.
Property Value
- Uri
The URL.
Methods
ExportPackage(string, DeploymentSet, Tracker)
Exports the package.
Parameters
id
stringThe identifier.
deploymentSet
DeploymentSet The deployment set.
tracker
TrackerThe tracker.
Returns
GetDataGroup(string)
Gets the data group.
Parameters
dataGroupId
stringThe data group identifier.
Returns
GetDataGroups()
Gets the data groups.
Returns
GetDataItemInfos(DataItemSelection)
Gets the data item infos.
Parameters
selection
DataItem Selection The selection.
Returns
GetDataItems(DataItemSelection)
Gets the data items.
Parameters
selection
DataItem Selection The selection.
Returns
GetSystemInformation()
Gets the system information.
Returns
- Dictionary<string, string>
A dictionary of system information
ImportPackage(string, Package, Tracker)
Imports the package.