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

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

Overload List

  Name Description
Public method DeleteTagAndData(ConnectionId, SessionId, CategoryId, Int32)
Deletes a set of tag definition and all data stored with them. Deleting tags and data can be extremely costly or impossible if a lot of data exists for those tags. Callers should consider deleting data using the DeleteTagData(ConnectionId, SessionId, CategoryId, Int32, Int32) method before executing this method. The Delete method, which performs a background delete operation through the Service Manager, is the preferred method for deleting tags.
Public method DeleteTagAndData(ConnectionId, SessionId, String, Int32, String)
Deletes a set of tag definition and all data stored with them. Deleting tags and data can be extremely costly or impossible if a lot of data exists for those tags. Callers should consider deleting data using the DeleteTagData(ConnectionId, SessionId, String, Int32, String) method before executing this method. The Delete method, which performs a background delete operation through the Service Manager, is the preferred method for deleting tags.
Top
See Also

Reference