CachedDataItemCollection.Remove(String) Method

Definition

Removes the specified CachedDataItem, identified by the name of the cached data object, from the collection.

public:
 void Remove(System::String ^ dataId);
public void Remove (string dataId);
override this.Remove : string -> unit
Public Sub Remove (dataId As String)

Parameters

dataId
String

The name of the cached data object.

Remarks

A CachedDataItem provides access to a cached data object in a document-level customization.

Applies to