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.
Creates an internal app principal.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function CreateAppPrincipal ( _
creationParameters As SPInternalAppPrincipalCreationParameters _
) As SPAppPrincipal
'Usage
Dim instance As SPAppPrincipalManager
Dim creationParameters As SPInternalAppPrincipalCreationParameters
Dim returnValue As SPAppPrincipal
returnValue = instance.CreateAppPrincipal(creationParameters)
public SPAppPrincipal CreateAppPrincipal(
SPInternalAppPrincipalCreationParameters creationParameters
)
Parameters
creationParameters
Type: Microsoft.SharePoint.SPInternalAppPrincipalCreationParametersThe collection of input parameters used to create a new internal app principal.
Return value
Type: Microsoft.SharePoint.SPAppPrincipal
The new app principal.