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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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