C# 클래스 Glyma.SharePoint.Search.IncludeChildrenTransform

Get the identifying details of the immediate children of a Glyma node.
The details are returned as a string containing JSON. The details are not returned as a collection because when the field of a BCS model entity for a custom indexing connector is defined as a collection, each entry in the collection results in the creation of a new crawled property in the Search schema.
상속: INodeCrawlRule
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( DynamicType glymaNode, IGlymaMapRepository mapRepository ) : bool
DeepCopy ( ) : INodeCrawlRule

메소드 상세

Apply() 공개 메소드

public Apply ( DynamicType glymaNode, IGlymaMapRepository mapRepository ) : bool
glymaNode DynamicType
mapRepository IGlymaMapRepository
리턴 bool

DeepCopy() 공개 메소드

public DeepCopy ( ) : INodeCrawlRule
리턴 INodeCrawlRule