AppInstance Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.AppInstance", ServerTypeId="{211a55df-058b-4917-ac93-2b5e08b1a9fd}")]
public sealed class AppInstance : Microsoft.SharePoint.Client.ClientObject
type AppInstance = class
    inherit ClientObject
Public NotInheritable Class AppInstance
Inherits ClientObject
Inheritance
AppInstance
Attributes

Constructors

AppInstance(ClientRuntimeContext, ObjectPath)

Properties

AppPrincipalId
AppWebFullUrl
Context (Inherited from ClientObject)
Id
ImageFallbackUrl
ImageUrl
InError
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
PackageFingerprint
Path (Inherited from ClientObject)
ProductId
RemoteAppUrl
ServerObjectIsNull (Inherited from ClientObject)
SettingsPageUrl
SiteId
StartPage
Status
Tag (Inherited from ClientObject)
Title
TypedObject (Inherited from ClientObject)
WebId

Methods

CancelAllJobs()
CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
FromJson(JsonReader) (Inherited from ClientObject)
GetAppIcon(ClientRuntimeContext, Web, Guid, Byte[])
GetErrorDetails()
GetPreviousAppVersion()
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientObject)
Install()
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
Recycle()
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Restore()
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
RetrieveAppDatabaseConnectionString(ClientRuntimeContext)
RetryAllJobs()
Uninstall()
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)
Upgrade(Stream)

Applies to