Mediachase FileUploader.NET 1.9 Framework Help

McFormProgress.GetFormInfo Method 

Retrieves a progress information.

[Visual Basic]
Public Shared Function GetFormInfo( _
   ByVal MediachaseFormID As String _
) As FormInfo
[C#]
public static FormInfo GetFormInfo(
   string MediachaseFormID
);

Parameters

MediachaseFormID
The Mediachase form unique id.

Return Value

FormInfo object if the progress information exists; otherwise, null

See Also

McFormProgress Class | Mediachase.FileUploader Namespace