Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates if Apps for Office from the marketplace should be activated.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetOfficeStoreAppsDefaultActivation ( _
web As SPWeb _
) As Boolean
'Usage
Dim web As SPWeb
Dim returnValue As Boolean
returnValue = SPUtility.GetOfficeStoreAppsDefaultActivation(web)
public static bool GetOfficeStoreAppsDefaultActivation(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebA Microsoft.SharePoint.SPWeb object that represents the site.
Return value
Type: System.Boolean
true if marketplace Apps should be activated, false then marketplace Apps should not be activated.