[This is preliminary documentation and is subject to change.]
Removes the list item
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int RemoveListItem( MetaConstants..::.MetaEntity me, int externalId, int attributeId, bool isList, int listValue, int currentUserId ) |
Visual Basic (Declaration) |
---|
Public Function RemoveListItem ( _ me As MetaConstants..::.MetaEntity, _ externalId As Integer, _ attributeId As Integer, _ isList As Boolean, _ listValue As Integer, _ currentUserId As Integer _ ) As Integer |
Visual C++ |
---|
public: int RemoveListItem( MetaConstants..::.MetaEntity me, int externalId, int attributeId, bool isList, int listValue, int currentUserId ) |
Parameters
- me
- Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
- externalId
- Type: System..::.Int32
The external id
- attributeId
- Type: System..::.Int32
The unique id of the attribute
- isList
- Type: System..::.Boolean
True if the attribute is a list
- listValue
- Type: System..::.Int32
The value of the list item
- currentUserId
- Type: System..::.Int32
Unique id of the logged in user