Sitecore 5.0 API
ItemCache.ClearRelation Method
Clears the relation.
[Visual Basic]
Public Sub ClearRelation( _
ByVal
itemID
As
ID
_
)
[C#]
public
void
ClearRelation(
ID
itemID
);
Parameters
itemID
Item ID.
See Also
ItemCache Class
|
Sitecore.Caching Namespace