[This is preliminary documentation and is subject to change.]
INserts the picklist
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int InsertPickList( int attributeId, string name ) |
| Visual Basic (Declaration) |
|---|
Public Function InsertPickList ( _ attributeId As Integer, _ name As String _ ) As Integer |
| Visual C++ |
|---|
public: int InsertPickList( int attributeId, String^ name ) |
Parameters
- attributeId
- Type: System..::.Int32
The unique id of the attribute
- name
- Type: System..::.String
The attribute name
