CachedDataItemCollection.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.