IUserWriteSessionCompleteProgressOnClose Property
|
Note: This API is now obsolete.
Gets/sets whether to complete the progress upon closing this session.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax [ObsoleteAttribute("No longer used")]
bool CompleteProgressOnClose { get; set; }
<ObsoleteAttribute("No longer used")>
Property CompleteProgressOnClose As Boolean
Get
Set
[ObsoleteAttribute(L"No longer used")]
property bool CompleteProgressOnClose {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("No longer used")>]
abstract CompleteProgressOnClose : bool with get, set
Property Value
Type:
BooleanSee Also