[This is preliminary documentation and is subject to change.]

Removes the attribute

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int RemoveAttribute(
	MetaConstants..::.MetaEntity me,
	bool isList,
	int externalId,
	int attributeId,
	int currentUserId
)
Visual Basic (Declaration)
Public Function RemoveAttribute ( _
	me As MetaConstants..::.MetaEntity, _
	isList As Boolean, _
	externalId As Integer, _
	attributeId As Integer, _
	currentUserId As Integer _
) As Integer
Visual C++
public:
int RemoveAttribute(
	MetaConstants..::.MetaEntity me, 
	bool isList, 
	int externalId, 
	int attributeId, 
	int currentUserId
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
isList
Type: System..::.Boolean
True if the attribute is a list
externalId
Type: System..::.Int32
The external id
attributeId
Type: System..::.Int32
The unique id of the attribute to be removed
currentUserId
Type: System..::.Int32
Unique id of the logged in user

Return Value

negative value if failed, otherwise successful

See Also