C# 클래스 Sitecore.Modules.WeBlog.Import.Providers.FileBasedProvider

상속: IWpPostProvider
파일 보기 프로젝트 열기: WeTeam/WeBlog

공개 메소드들

메소드 설명
FileBasedProvider ( string fileLocation ) : System.Collections.Generic

Imports the specified file.

GetPosts ( WpImportOptions options ) : List

메소드 상세

FileBasedProvider() 공개 메소드

Imports the specified file.
public FileBasedProvider ( string fileLocation ) : System.Collections.Generic
fileLocation string The file location.
리턴 System.Collections.Generic

GetPosts() 공개 메소드

public GetPosts ( WpImportOptions options ) : List
options WpImportOptions
리턴 List