IDeployableFile Interface

 

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)

public interface class IDeployableFile

NameDescription
System_CAPS_pubpropertyDeploymentPath

Gets or sets the path of the file as it will be deployed in SharePoint relative to the base path represented by DeploymentRoot.

System_CAPS_pubpropertyDeploymentRoot

Gets the base path where SharePoint will store the file.

System_CAPS_pubpropertyDeploymentType

Gets the type of deployment to be performed to a file.

System_CAPS_pubpropertyDeploymentUrl

Gets the absolute SharePoint url where this file is going to be deployed.

NameDescription
System_CAPS_pubeventDeploymentPathChanged

Occurs when DeploymentPath is changed.

System_CAPS_pubeventDeploymentTypeChanged

Occurs when DeploymentType is changed.

Return to top
Show: