Versions Compared

Key

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


Excerpt

Represents a GlobalSearch document associated with a GlobalAction custom node.


Code Block
public class GlobalSearchDocument

Example

The following example demonstrates creating a GlobalSearchDocument using its constructor.

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

Remarks

Each GlobalAction workflow belongs to only one GlobalSearch database. This means that every GlobalSearchDocument can only associate with the database that the executing workflow is targeting. You cannot specify a DatabaseId on a GlobalSearchDocument, only an ArchiveId and a DocumentId.

Constructors

Insert excerpt
CN:GlobalSearchDocument(string, string) ConstructorCN:
GlobalSearchDocument(string, string) Constructor
nopaneltrue

Properties

string ArchiveId

Archive Id of the document.

string DocumentId

Id of the document.