FulltextManagerManageFullTextIndex Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Manages full text index in a Content Studio site database

Namespace: ContentStudio.Document.Fulltext
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public void ManageFullTextIndex(
	ConnectionId connectionId,
	SessionId sessionId,
	FulltextManagerFulltextActions action
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site
sessionId
Type: ContentStudio.SecuritySessionId
A value that identifies the user's session. This value usually originates from a call to OpenSession(ConnectionId).
action
Type: ContentStudio.Document.FulltextFulltextManagerFulltextActions
The action to perform. This value must be one of the members of the FulltextManagerFulltextActions enumeration.
See Also

Reference