| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoList Interface : GetItem Method |
Type: System.String
The filter of range.
Type: System.Boolean
true if need to remove the item, otherwise and default false.
Type: System.String
The filter of range.
Type: System.Boolean
true if need to remove the item, otherwise and default false.
Type: System.String
The requried item of list, or an empty string, if the item is not found.
// gets random item from several ranges of the list return project.Lists["List 1"].GetItem("random1(1,12-15,35-end)");
// gets random item from several ranges of the list return $project->Lists->get_Item("List 1")->GetItem("random1(1,12-15,35-end)");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.