Click or drag to resize

BCEdmItemsUICommandStatus Method

Returns a bitmask that is a combination of bit flags from ItemCommandFlags.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public ItemCommandFlags CommandStatus(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the command of which to return the state.

Return Value

Type: ItemCommandFlags
A bitmask that is a combination of bit flags from ItemCommandFlags.
See Also