AppTileProperties.GetAppProperties Method
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.
[Microsoft.SharePoint.Client.Remote]
public static Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.AppProperties> GetAppProperties (Microsoft.SharePoint.Client.ClientRuntimeContext context, Guid appId, Microsoft.SharePoint.Client.AppType appType, Guid productId, Microsoft.SharePoint.Administration.AppSource appSource, string assetId, string contentMarket, bool isTenantApp);
static member GetAppProperties : Microsoft.SharePoint.Client.ClientRuntimeContext * Guid * Microsoft.SharePoint.Client.AppType * Guid * Microsoft.SharePoint.Administration.AppSource * string * string * bool -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.AppProperties>
Parameters
- context
- ClientRuntimeContext
- appId
- Guid
- appType
- AppType
- productId
- Guid
- appSource
- AppSource
- assetId
- String
- contentMarket
- String
- isTenantApp
- Boolean
Returns
- Attributes