XmlIndexTagsGetTagDataEntries 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.]

Returns the number data entries that exists for a list of tags or a single tag

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

public int GetTagDataEntries(
	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 where the tags exists. All tags passed in must belong to this category or they will be ignored in the counting operation.
tags
Type: SystemInt32
An array of tag id:s to get information for. If this array is null or empty this function returns zero.

Return Value

Type: Int32
The number of data entries found
Content Studio permissions

The user calling this method must have the ServiceQueueAdmin user right or the the READCONTAINER permission on the category in question.
See Also

Reference