C# 클래스 Engage.Dnn.Publish.Util.SearchProvider

Gets the search items for a module
파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish

공개 메소드들

메소드 설명
GetSearchItems ( ) : DotNetNuke.Services.Search.SearchItemInfoCollection

Gets the search items for the module's articles.

SearchProvider ( DotNetNuke.Entities.Modules.ModuleInfo module, bool setGuid ) : System

Initializes a new instance of the SearchProvider class.

비공개 메소드들

메소드 설명
GetSearchItemsImpl ( ) : IEnumerable

Gets the search items for the module's articles.

메소드 상세

GetSearchItems() 공개 메소드

Gets the search items for the module's articles.
public GetSearchItems ( ) : DotNetNuke.Services.Search.SearchItemInfoCollection
리턴 DotNetNuke.Services.Search.SearchItemInfoCollection

SearchProvider() 공개 메소드

Initializes a new instance of the SearchProvider class.
public SearchProvider ( DotNetNuke.Entities.Modules.ModuleInfo module, bool setGuid ) : System
module DotNetNuke.Entities.Modules.ModuleInfo The module for which to get articles.
setGuid bool if set to true sets , otherwise leaves it blank.
리턴 System