C# Class Glyma.SharePoint.Search.IncludeParentsTransform

Get the identifying details of the immediate parents 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
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( DynamicType glymaNode, IGlymaMapRepository mapRepository ) : bool
DeepCopy ( ) : INodeCrawlRule

Method Details

Apply() public méthode

public Apply ( DynamicType glymaNode, IGlymaMapRepository mapRepository ) : bool
glymaNode DynamicType
mapRepository IGlymaMapRepository
Résultat bool

DeepCopy() public méthode

public DeepCopy ( ) : INodeCrawlRule
Résultat INodeCrawlRule