Interface ISharePointAddIn
Describes the properties of a SharePoint AddIn when installed in a site
Assembly: PnP.Core.Admin.dll
Syntax
public interface ISharePointAddIn : ILegacyPrincipal
Properties
Declaration
Guid AppInstanceId { get; }
Property Value
Declaration
SharePointAddInSource AppSource { get; }
Property Value
The full URL of the app web created by the addin
Declaration
string AppWebFullUrl { get; }
Property Value
Id of the app web created by the addin
Declaration
Property Value
The id of the app in the office store, this will be empty for user uploaded apps
Declaration
Property Value
Date and time when the addin was installed
Declaration
DateTime CreationTime { get; }
Property Value
Id of the site collection where the addin actually is listed for
Declaration
Guid CurrentSiteId { get; }
Property Value
Fully qualified URL of the web where the addin actually is listed for
Declaration
string CurrentWebFullUrl { get; }
Property Value
Id of the web where the addin actually is listed for
Declaration
Guid CurrentWebId { get; }
Property Value
Name of the web where the addin actually is listed for
Declaration
string CurrentWebName { get; }
Property Value
Name of the user who installed the addin
Declaration
string InstalledBy { get; }
Property Value
Id of the site collection where the addin actually is installed. This can be different from the site collection where the addin was listed as being available
Declaration
Guid InstalledSiteId { get; }
Property Value
Fully qualified URL of the web where the addin actually is installed. This can be different from the web where the addin was listed as being available
Declaration
string InstalledWebFullUrl { get; }
Property Value
Id of the web where the addin actually is installed. This can be different from the web where the addin was listed as being available
Declaration
Guid InstalledWebId { get; }
Property Value
Name of the web where the addin actually is installed. This can be different from the web where the addin was listed as being available
Declaration
string InstalledWebName { get; }
Property Value
Where to redirect after clicking on the add-in (e.g. ~appWebUrl/Pages/Default.aspx?{StandardTokens})
Declaration
string LaunchUrl { get; }
Property Value
When was the app license purchased
Declaration
DateTime LicensePurchaseTime { get; }
Property Value
Locale used by the web where the add-in is installed
Declaration
Property Value
The global unique id of the add-in. It is same for all tenants
Declaration
Property Value
Identity of the user that purchased the app
Declaration
string PurchaserIdentity { get; }
Property Value
Declaration
SharePointAddInStatus Status { get; }
Property Value
Declaration
string TenantAppData { get; }
Property Value
Declaration
DateTime TenantAppDataUpdateTime { get; }
Property Value