Each value in this enumeration represents a property in CustomButton.

Namespace: ININ.IceLib.People
Assembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum CustomButtonProperty
Visual Basic
Public Enumeration CustomButtonProperty

Members

Member nameValueDescription
None0No property is defined.
Id1Represents the Id property.
ButtonText2Represents the ButtonText property.
Enabled3Represents the Enabled property.
IconFileName4Represents the IconFileName property.
Icon5Represents the Icon property.
Availability6Represents the Availability property.
DeactivateAfterUse7Represents the DeactivateAfterUse property.
Description8Represents the Description property.
LocalApplication9Represents the LocalApplication property.
Action10Represents the Action property.
DisplayNotification11Represents the DisplayNotification property.
Locations12Represents the Locations property.
InteractionTypes13Represents the InteractionTypes property.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also