Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

Initializes a new instance of the GlobalSearchDocument class with a specified Archive ID and Document ID.



Code Block
public GlobalSearchDocument(int archiveId, int documentId)


Parameters

value archiveId

Archive Id of the GlobalSearch document.

value documentId

DocumentId of the GlobalSearch document.


Example

The following example demonstrates creating a GlobalSearch document with an ArchiveId of 1 and a DocumentId of 1.

Code Block
var document = new GlobalSearchDocument(1, 1);