Mediachase FileUploader.NET 1.9 Framework Help

McFormProgress.GetFormPostProgress Method (String, Int32, Boolean)

Retrieves a progress information.

[Visual Basic]
Overloads Public Shared Sub GetFormPostProgress( _
   ByVal MediachaseFormID As String, _
   ByRef progress As Integer, _
   ByRef bPostCompleted As Boolean _
)
[C#]
public static void GetFormPostProgress(
   string MediachaseFormID,
   out int progress,
   out bool bPostCompleted
);

Parameters

MediachaseFormID
The Mediachase form unique id.
progress
On successful return, the percent complete.
bPostCompleted
On successful return, the POST reqiest is completed.

See Also

McFormProgress Class | Mediachase.FileUploader Namespace | McFormProgress.GetFormPostProgress Overload List