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

Gets the picklist information

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

Syntax

C#
public DataSet GetPickList(
	int attributeId,
	string searchStr
)
Visual Basic (Declaration)
Public Function GetPickList ( _
	attributeId As Integer, _
	searchStr As String _
) As DataSet
Visual C++
public:
DataSet^ GetPickList(
	int attributeId, 
	String^ searchStr
)

Parameters

attributeId
Type: System..::.Int32
The unique id of the attribute
searchStr
Type: System..::.String
The search string

Return Value

The picklist information

See Also