ISharePointAppSettings 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.
Represents the settings of application for SharePoint or application for Office.
public interface class ISharePointAppSettings : System::ComponentModel::INotifyPropertyChanged
public interface ISharePointAppSettings : System.ComponentModel.INotifyPropertyChanged
type ISharePointAppSettings = interface
interface INotifyPropertyChanged
Public Interface ISharePointAppSettings
Implements INotifyPropertyChanged
- Implements
Properties
AppManifest |
Gets the application manifest project member. |
AppPackageOutputPath |
Gets the full path to the application package in the output directory. |
AppPackageOutputPathForPublishing |
Gets the full path to the application package in the publish directory. |
InstalledEventEndpoint |
Gets or sets the WCF service endpoint of app installed event. |
Project |
Gets the SharePoint project. |
UninstallingEventEndpoint |
Gets or sets the WCF service endpoint of app uninstalling event. |
UpgradedEventEndpoint |
Gest or sets the WCF service endpoint of app upgraded event. |
WebProjectPath |
Gets the full path to the web project, if any. |
Methods
CreateWebProject(HighTrustCreationInformation) |
Creates a web application project and links it to the current app project. The web project's name will be the app project's name appended by "Web". |
CreateWebProject(WebProjectCreationInformation, HighTrustCreationInformation) |
Creates a web application project and links it to the current app project. |
LinkToWebProject(String, Boolean, Boolean) |
Links to the web project specified by webProjectPath. |