FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deGlobalizationItems..::..removeResourcesForItem Method (String, globalizationItemType, String)

Removes the resources for item.

Namespace:  FlowWright.cDevDeAPI.Globalization
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool removeResourcesForItem(
	string itemID,
	globalizationItemType oItemType,
	string resourceName
)
Public Function removeResourcesForItem ( _
	itemID As String, _
	oItemType As globalizationItemType, _
	resourceName As String _
) As Boolean
public:
bool^ removeResourcesForItem(
	String^ itemID, 
	globalizationItemType^ oItemType, 
	String^ resourceName
)

Parameters

itemID
Type: String
The item identifier.
oItemType
Type: FlowWright.cDevDeAPI..::..globalizationItemType
Type of the o item.
resourceName
Type: String
Name of the resource.

Return Value

true if XXXX, false otherwise.