IDeployableFile Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the base interface for all files that can be packaged into the WSP file and deployed to SharePoint. These files share a set of deployment-related properties.
public interface class IDeployableFile
public interface IDeployableFile
type IDeployableFile = interface
Public Interface IDeployableFile
- Derived
Properties
DeploymentPath |
Gets or sets the path of the file as it will be deployed in SharePoint relative to the base path represented by DeploymentRoot. |
DeploymentRoot |
Gets the base path where SharePoint will store the file. |
DeploymentType |
Gets the type of deployment to be performed to a file. |
DeploymentUrl |
Gets the absolute SharePoint url where this file is going to be deployed. |
Events
DeploymentPathChanged |
Occurs when DeploymentPath is changed. |
DeploymentTypeChanged |
Occurs when DeploymentType is changed. |