When is the button available to be selected.
Namespace: ININ.IceLib.PeopleAssembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum CustomButtonAvailability |
Visual Basic |
---|
Public Enumeration CustomButtonAvailability |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No availability has been specifed. | |
Always | 1 | The button should be available always. | |
WithActiveInteractionSelected | 2 | The button should be available only with an active interaction. | |
WithInteractionSelected | 3 | The button should be available only with any interaction. |
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.
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.