Click or drag to resize

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 Value

Type: IProgressReport
Remarks
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