XmlIndexTagsDelete Method (ConnectionId, SessionId, CategoryId, Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Submits a delete indexed tags job to the Service Manager.

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

public void Delete(
	ConnectionId connectionId,
	SessionId sessionId,
	CategoryId categoryId,
	int[] tags
)

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).
categoryId
Type: ContentStudio.DocumentCategoryId
The category to delete indexed data for
tags
Type: SystemInt32
An array of tags to delete. If this parameter is be null or an empty array no job is submitted.
Exceptions

ExceptionCondition
CSExceptionA business rule was violated in the underlying Content Studio database. 1002 - Permission denied. 2190 - Cannot perform the action since the Content Studio Service Manager currently performs an identical task.
SqlExceptionAn error occurred when executing the command against the Content Studio database
Content Studio permissions

WRITECONTAINER permission on the category is required.
See Also

Reference