[This is preliminary documentation and is subject to change.]
            Removes the list value for a particular attribute and list item
            
    Namespace: 
   OfficeClip.BusinessLayer.Metabase.FilterAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public bool RemoveListValue( int attributeId, int ListItemId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function RemoveListValue ( _ attributeId As Integer, _ ListItemId As Integer _ ) As Boolean  | 
| Visual C++ | 
|---|
public: bool RemoveListValue( int attributeId, int ListItemId )  | 
Parameters
- attributeId
 - Type: System..::.Int32
The unique id of the attribute 
- ListItemId
 - Type: System..::.Int32
The unique id of the list item 
