C# 클래스 FLS.SharePoint.ContentDeployment.MigrationContentJob

상속: SPJobDefinition
파일 보기 프로젝트 열기: ivankozyrev/fls-internal-portal

공개 메소드들

메소드 설명
Execute ( System.Guid targetInstanceId ) : void
MigrationContentJob ( ) : System
MigrationContentJob ( string jobName, SPService service, SPServer server, SPJobLockType targetType ) : System
MigrationContentJob ( string jobName, SPWebApplication webApplication ) : System
SetUpExportSettings ( ) : SPExportSettings
SetUpImportSettings ( ) : SPImportSettings

메소드 상세

Execute() 공개 메소드

public Execute ( System.Guid targetInstanceId ) : void
targetInstanceId System.Guid
리턴 void

MigrationContentJob() 공개 메소드

public MigrationContentJob ( ) : System
리턴 System

MigrationContentJob() 공개 메소드

public MigrationContentJob ( string jobName, SPService service, SPServer server, SPJobLockType targetType ) : System
jobName string
service SPService
server SPServer
targetType SPJobLockType
리턴 System

MigrationContentJob() 공개 메소드

public MigrationContentJob ( string jobName, SPWebApplication webApplication ) : System
jobName string
webApplication SPWebApplication
리턴 System

SetUpExportSettings() 공개 메소드

public SetUpExportSettings ( ) : SPExportSettings
리턴 SPExportSettings

SetUpImportSettings() 공개 메소드

public SetUpImportSettings ( ) : SPImportSettings
리턴 SPImportSettings