Enum 2915 Action Container Type in 25
- App
- System Application
- Namespace
- System.Integration
Versions171819202122232425262728latest
Source in 25
src/System Application/App/Page Action Provider/src/ActionContainerType.Enum.al60 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.Integration;
/// <summary>
/// Enumeration used for determining the type of contained actions of a group control.
/// </summary>
enum 2915 "Action Container Type"
{
/// <summary>
/// Action container contains new document actions.
/// </summary>
value(0; NewDocumentItems) { }
/// <summary>
/// Action container contains action items.
/// </summary>
value(1; ActionItems) { }
/// <summary>
/// Action container contains related information acrions.
/// </summary>
value(2; RelatedInformation) { }
/// <summary>
/// Action container contains report actions.
/// </summary>
value(3; Reports) { }
/// <summary>
/// Action container contains home items actions.
/// </summary>
value(4; HomeItems) { }
/// <summary>
/// Action container contains activity actions.
/// </summary>
value(5; ActivityButtons) { }
/// <summary>
/// Action container contains department actions.
/// </summary>
value(6; Departments) { }
/// <summary>
/// Action container contains auto query actions.
/// </summary>
value(7; AutoQueryActions) { }
/// <summary>
/// Action container contains view actions.
/// </summary>
value(8; ViewActions) { }
}
Values, 9
| Id | Name | Obsolete |
|---|---|---|
| 0 | NewDocumentItems | - |
| 1 | ActionItems | - |
| 2 | RelatedInformation | - |
| 3 | Reports | - |
| 4 | HomeItems | - |
| 5 | ActivityButtons | - |
| 6 | Departments | - |
| 7 | AutoQueryActions | - |
| 8 | ViewActions | - |