CheckinManagerFlags Property |
Property contains value of CheckinManagerFlags and shows which operations should be performed after checkin.
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
Syntaxpublic CheckinManagerFlags Flags { get; set; }
Public Property Flags As CheckinManagerFlags
Get
Set
/** @property */
public CheckinManagerFlags get_Flags()
/** @property */
public void set_Flags(CheckinManagerFlags value)
function get Flags () : CheckinManagerFlags
function set Flags (value : CheckinManagerFlags)
Property Value
Type:
CheckinManagerFlags
See Also