| RiakObjectRemoveLinks Method (RiakObject) | 
 Note: This API is now obsolete.
            Remove all links from this object that link to riakObject.
            
 
    Namespace: 
   RiakClient.Models
    Assembly:
   RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax[ObsoleteAttribute("Linkwalking has been deprecated as of Riak 2.0. This method will be removed in the next major version.")]
public void RemoveLinks(
	RiakObject riakObject
)[<ObsoleteAttribute("Linkwalking has been deprecated as of Riak 2.0. This method will be removed in the next major version.")>]
member RemoveLinks : 
        riakObject : RiakObject -> unit 
Parameters
- riakObject
 - Type: RiakClient.ModelsRiakObject
The other object. 
Exceptions| Exception | Condition | 
|---|
| RiakUnsupportedException | 
            Thrown if RiakObjectId has a bucket type. 
            Combining linkwalking and bucket types is not supported.
             | 
See Also