C# Class JDP.Transformation.HttpCommands.AppCatalogEntries

Get a list of available apps via addanapp.aspx
Inheritance: RemoteOperation
显示文件 Open project: OfficeDev/PnP-Transformation

Public Methods

Method 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 method

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

GetAppCatalogEntries() public method

public GetAppCatalogEntries ( ) : JDP.Transformation.HttpCommands.AppCatalogEntry[]
return JDP.Transformation.HttpCommands.AppCatalogEntry[]

GetAppCatalogEntry() public method

public GetAppCatalogEntry ( System.Guid productId ) : AppCatalogEntry
productId System.Guid
return AppCatalogEntry

GetAppCatalogEntry() public method

public GetAppCatalogEntry ( string title ) : AppCatalogEntry
title string
return AppCatalogEntry

SetPostVariables() public method

public SetPostVariables ( ) : void
return void