/
GlobalSearchDocument Class

GlobalSearchDocument Class

Represents a GlobalSearch document associated with a GlobalAction custom node.

public class GlobalSearchDocument

Example

The following example demonstrates creating a GlobalSearchDocument using its constructor.

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

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


Properties

string ArchiveId

Archive Id of the document.

string DocumentId

Id of the document.

Related content

ActionDocument Class
ActionDocument Class
More like this
GlobalSearchDocument(string, string) Constructor
GlobalSearchDocument(string, string) Constructor
More like this
ActionNode Class
ActionNode Class
More like this
ActionProcess Class
ActionProcess Class
More like this
ActionImporter Class
ActionImporter Class
More like this
Initiator Node (GlobalCapture 3.0... and earlier)
Initiator Node (GlobalCapture 3.0... and earlier)
More like this