XmlIndexTags Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The XmlIndexTags type exposes the following members.

Methods

  Name Description
Public method Append(ConnectionId, SessionId, CategoryId, String, Int32)
Adds a new set of Xml data tags and starts the background indexing process against these tags.
Public method Append(ConnectionId, SessionId, String, Int32, String)
Adds a new set of Xml data tags and starts the background indexing process against these tags.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Delete(ConnectionId, SessionId, CategoryId, Int32)
Submits a delete indexed tags job to the Service Manager.
Public method Delete(ConnectionId, SessionId, String, Int32, String)
Submits a delete indexed tags job to the Service Manager.
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.
Public method DeleteTagData(ConnectionId, SessionId, CategoryId, Int32, Int32)
Deletes tag data for a set of tag definitions without deleting the tag definitions themselves.
Public method DeleteTagData(ConnectionId, SessionId, String, Int32, String)
Deletes tag data for a set of tag definitions without deleting the tag definitions themselves.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetList(ConnectionId, SessionId, CategoryId)
Returns a list of Xml data tags defined for an EPT category
Public method GetList(ConnectionId, SessionId, String, Int32, String)
Returns a list of Xml data tags define for an EPT category
Public method GetTagDataEntries(ConnectionId, SessionId, CategoryId, Int32)
Returns the number data entries that exists for a list of tags or a single tag
Public method GetTagDataEntries(ConnectionId, SessionId, String, Int32, String)
Returns the number data entries that exists for a list of tags or a single tag
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Object.)
Top
See Also

Reference