Ontolica for SharePoint Public API

OntolicaProperty.Name Property

Gets the internal name of the property.

[Visual Basic]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}

Property Value

A string that contains the name.

Remarks

This property can either specify a built-in property type in Ontolica or a custom property like "urn:schemas-microsoft-com:office:office#ows_Status". The following table lists the built-in properties and how they map to the SharePoint portal search index. Please note that the mapping might be different when the Ontolica search web part is connected to another web part than Ontolica Portal Search Result web part. E.g. the Ontolica Knowledge Base web part.

ValueSharePoint Search Index Property
Authorurn:schemas-microsoft-com:office:office#Author
ContentTypeDAV:contentclass
CreatedDAV:creationdate
Editorurn:schemas-microsoft-com:office:office#Author
ModifiedDAV:getlastmodified
Rankurn:schemas.microsoft.com:fulltextqueryinfo:rank
SizeDAV:getcontentlength
Sourceurn:schemas.microsoft.com:fulltextqueryinfo:sourcegroup
Titleurn:schemas.microsoft.com:fulltextqueryinfo:displaytitle
URLDAV:href

See Also

OntolicaProperty Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace