C# Class JDP.Transformation.HttpCommands.AppCatalogEntries

Get a list of available apps via addanapp.aspx
Inheritance: RemoteOperation
Afficher le fichier Open project: OfficeDev/PnP-Transformation

Méthodes publiques

Méthode Description
AppCatalogEntries ( string TargetUrl, AuthenticationType authType, string User, string Password, string Domain = "" ) : System
GetAppCatalogEntries ( ) : JDP.Transformation.HttpCommands.AppCatalogEntry[]
GetAppCatalogEntry ( System.Guid productId ) : AppCatalogEntry
GetAppCatalogEntry ( string title ) : AppCatalogEntry
SetPostVariables ( ) : void

Method Details

AppCatalogEntries() public méthode

public AppCatalogEntries ( string TargetUrl, AuthenticationType authType, string User, string Password, string Domain = "" ) : System
TargetUrl string
authType AuthenticationType
User string
Password string
Domain string
Résultat System

GetAppCatalogEntries() public méthode

public GetAppCatalogEntries ( ) : JDP.Transformation.HttpCommands.AppCatalogEntry[]
Résultat JDP.Transformation.HttpCommands.AppCatalogEntry[]

GetAppCatalogEntry() public méthode

public GetAppCatalogEntry ( System.Guid productId ) : AppCatalogEntry
productId System.Guid
Résultat AppCatalogEntry

GetAppCatalogEntry() public méthode

public GetAppCatalogEntry ( string title ) : AppCatalogEntry
title string
Résultat AppCatalogEntry

SetPostVariables() public méthode

public SetPostVariables ( ) : void
Résultat void