FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance..::..getFormComments Method

Gets the form comments.

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

Syntax


public Dictionary<string, deFormComment> getFormComments(
	string createdByUserID
)
Public Function getFormComments ( _
	createdByUserID As String _
) As Dictionary(Of String, deFormComment)
public:
Dictionary<String^, deFormComment^>^ getFormComments(
	String^ createdByUserID
)

Parameters

createdByUserID
Type: String
The created by user identifier.

Return Value

Dictionary<System.String, deFormComment>.