GenericSPGetAttributedItems Method |
Convert a SIS List into an array of
Items with their details.
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic Item[] GetAttributedItems(
string list,
int selType,
bool ignoreBlanks
)
Public Function GetAttributedItems (
list As String,
selType As Integer,
ignoreBlanks As Boolean
) As Item()
Parameters
- list
- Type: SystemString
The name of the list. - selType
- Type: SystemInt32
The method for selecting which attributes are returned. - ignoreBlanks
- Type: SystemBoolean
If true, attributes which evaluate to a blank are ignored.
Return Value
Type:
ItemAn array of fully-populated Item structures.
RemarksThe item that was open at the start of this call will remain so at the end.
See Also