SPAppRequestContext.HasFullControl-Methode
Gibt an, ob die app Vollzugriff auf den Mieter hat.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function HasFullControl ( _
serviceContext As SPServiceContext _
) As Boolean
'Usage
Dim instance As SPAppRequestContext
Dim serviceContext As SPServiceContext
Dim returnValue As Boolean
returnValue = instance.HasFullControl(serviceContext)
public bool HasFullControl(
SPServiceContext serviceContext
)
Parameter
serviceContext
Typ: Microsoft.SharePoint.SPServiceContextDer Dienstkontext.
Rückgabewert
Typ: System.Boolean
true die Anwendung besitzt Vollzugriff auf der Mieter, ansonsten false.