QueryString that may be associated with a Search Document.

Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string QueryString { get; set; }
Visual Basic
Public Property QueryString As String
	Get
	Set

Remarks

This information will be used to creare Url for the document

Remarks

A value of NULL/EMPTY means this is property is not used.

See Also