Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IDeployableFile
public interface IDeployableFile
The IDeployableFile type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Events
Name | Description | |
---|---|---|
![]() |
DeploymentPathChanged | Occurs when DeploymentPath is changed. |
![]() |
DeploymentTypeChanged | Occurs when DeploymentType is changed. |
Top