SPAppCatalog.GetAppInstance method
Gets all SPAppInstance objects for the given SPApp object.
Overload list
Name | Description | |
---|---|---|
GetAppInstance(SPWeb, SPApp) | Gets all the SPAppInstance objects installed at a given SPWeb. | |
GetAppInstance(SPWeb, Guid) | Gets all SPAppInstance objects using the given identifier returned by the CreateAppInstance method. |
Top
Remarks
If an SPAppInstance object has localizable properties (such as Title), it will be localized based on the CurrentUICulture of the current thread.