C# 클래스 JDP.Transformation.HttpCommands.AppCatalogEntries

Get a list of available apps via addanapp.aspx
상속: RemoteOperation
파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation

공개 메소드들

메소드 설명
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

메소드 상세

AppCatalogEntries() 공개 메소드

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

GetAppCatalogEntries() 공개 메소드

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

GetAppCatalogEntry() 공개 메소드

public GetAppCatalogEntry ( System.Guid productId ) : AppCatalogEntry
productId System.Guid
리턴 AppCatalogEntry

GetAppCatalogEntry() 공개 메소드

public GetAppCatalogEntry ( string title ) : AppCatalogEntry
title string
리턴 AppCatalogEntry

SetPostVariables() 공개 메소드

public SetPostVariables ( ) : void
리턴 void