FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getFolderNameByID Method

Gets the folder name by identifier.

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

Syntax


public string getFolderNameByID(
	string sFolderID
)
Public Function getFolderNameByID ( _
	sFolderID As String _
) As String
public:
String^ getFolderNameByID(
	String^ sFolderID
)

Parameters

sFolderID
Type: String
The s folder identifier.

Return Value

System.String.