deGlobalizationItems..::..getResourcesForItem Method (String, globalizationItemType, String, String)
   Gets the resources for item.
   
                
    Namespace: 
   FlowWright.cDevDeAPI.GlobalizationAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public DataTable getResourcesForItem( string itemID, globalizationItemType oItemType, string stepID, string cultureName )
Public Function getResourcesForItem ( _ itemID As String, _ oItemType As globalizationItemType, _ stepID As String, _ cultureName As String _ ) As DataTable
public: DataTable^ getResourcesForItem( String^ itemID, globalizationItemType^ oItemType, String^ stepID, String^ cultureName )
Parameters
- itemID
 - Type: String
The item identifier. 
- oItemType
 - Type: FlowWright.cDevDeAPI..::..globalizationItemType
Type of the o item. 
- stepID
 - Type: String
The step identifier. 
- cultureName
 - Type: String
Name of the culture. 

