C# 클래스 Dynamite.Example.ContentOrganizer.ContentOrganizer.Routers.MyRouter1

Example router for content organizer Behavior: - Add the index date to the currently processed item if it matches a rule. - If the file name contains "Error" token, display an error message and save the file in the drop off library with a new name.
상속: MyCommonRouter
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010-Example-ContentOrganizer

공개 메소드들

메소드 설명
OnSubmitFile ( EcmDocumentRoutingWeb contentOrganizerWeb, string recordSeries, string userName, Stream fileContent, Microsoft.SharePoint.RecordsRepositoryProperty properties, SPFolder finalFolder, string &resultDetails ) : CustomRouterResult

OnSubmitFile method for the content organizer

메소드 상세

OnSubmitFile() 공개 메소드

OnSubmitFile method for the content organizer
public OnSubmitFile ( EcmDocumentRoutingWeb contentOrganizerWeb, string recordSeries, string userName, Stream fileContent, Microsoft.SharePoint.RecordsRepositoryProperty properties, SPFolder finalFolder, string &resultDetails ) : CustomRouterResult
contentOrganizerWeb EcmDocumentRoutingWeb The web.
recordSeries string Record series.
userName string Submitting user name.
fileContent Stream File content.
properties Microsoft.SharePoint.RecordsRepositoryProperty File properties.
finalFolder SPFolder The final folder.
resultDetails string Result processing details.
리턴 CustomRouterResult