IUserWriteSessionProgress Property
|
Gets the progress report tracker
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IProgressReport Progress { get; set; }
Property Progress As IProgressReport
Get
Set
property IProgressReport^ Progress {
IProgressReport^ get ();
void set (IProgressReport^ value);
}
abstract Progress : IProgressReport with get, set
Property Value
Type:
IProgressReportRemarks
This instance is managed by client code using the
IUserWriteSession to initialize and track an operation's progress.
If it is null when the
IUserWriteSession closes and commits, it will be initialized based on the number of loaded objects in the session.
See Also