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

Gets all the attribute for the dropdown box

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

Syntax

C#
public DataTable GetAttributesForDropDown(
	MetaConstants..::.MetaEntity me,
	int externalId,
	bool isDefaultBlank
)
Visual Basic (Declaration)
Public Function GetAttributesForDropDown ( _
	me As MetaConstants..::.MetaEntity, _
	externalId As Integer, _
	isDefaultBlank As Boolean _
) As DataTable
Visual C++
public:
DataTable^ GetAttributesForDropDown(
	MetaConstants..::.MetaEntity me, 
	int externalId, 
	bool isDefaultBlank
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
externalId
Type: System..::.Int32
The unique id of the group
isDefaultBlank
Type: System..::.Boolean
true if the default is blank

Return Value

the datatable that shows all the entries of the dropdown box

See Also