C# Class 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.
Inheritance: INodeCrawlRule
Mostra file Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
Apply ( DynamicType glymaNode, IGlymaMapRepository mapRepository ) : bool
DeepCopy ( ) : INodeCrawlRule

Method Details

Apply() public method

public Apply ( DynamicType glymaNode, IGlymaMapRepository mapRepository ) : bool
glymaNode DynamicType
mapRepository IGlymaMapRepository
return bool

DeepCopy() public method

public DeepCopy ( ) : INodeCrawlRule
return INodeCrawlRule