Enum 9453 File Account Entry Type in 26
- App
- System Application
- Namespace
- System.ExternalFileStorage
Versions171819202122232425262728latest
Source in 26
src/System Application/App/External File Storage/src/Scenario/FileAccountEntryType.Enum.al15 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.ExternalFileStorage;
enum 9453 "File Account Entry Type"
{
Access = Internal;
Extensible = false;
value(0; Account) { }
value(1; Scenario) { }
}Values, 2
| Id | Name | Obsolete |
|---|---|---|
| 0 | Account | - |
| 1 | Scenario | - |