[This is preliminary documentation and is subject to change.]
            Get the Item Info for the specified item and Group ID
            
    Namespace: 
   OfficeClip.DBLayer.ExtranetAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public ItemInfo GetExtranetItem( int itemId, int groupId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetExtranetItem ( _ itemId As Integer, _ groupId As Integer _ ) As ItemInfo  | 
| Visual C++ | 
|---|
public: ItemInfo^ GetExtranetItem( int itemId, int groupId )  | 
Parameters
- itemId
 - Type: System..::.Int32
The unique id of the item 
- groupId
 - Type: System..::.Int32
The unique id of the group 
