C# 클래스 JDP.Remediation.Console.GenerateSiteCollectionReport

파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
filePath string
headerSiteCollection bool
outputPath string

공개 메소드들

메소드 설명
DoWork ( ) : void
GetAllSites ( ) : List
GetAllSites ( string webAppUrl ) : List

비공개 메소드들

메소드 설명
GenerateReportFile ( List sites, string GenSiteColFileName ) : void

메소드 상세

DoWork() 공개 정적인 메소드

public static DoWork ( ) : void
리턴 void

GetAllSites() 공개 정적인 메소드

public static GetAllSites ( ) : List
리턴 List

GetAllSites() 공개 정적인 메소드

public static GetAllSites ( string webAppUrl ) : List
webAppUrl string
리턴 List

프로퍼티 상세

filePath 공개적으로 정적으로 프로퍼티

public static string filePath
리턴 string

headerSiteCollection 공개적으로 정적으로 프로퍼티

public static bool headerSiteCollection
리턴 bool

outputPath 공개적으로 정적으로 프로퍼티

public static string outputPath
리턴 string