AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageAPIEntry Members

The AdvantageAPIEntry type exposes the following members.

Properties


  Name Description
Public property AccessControlAllowOrigins
Gets or sets a list of origins allowed to access the API entry.
Public property AdvantageApiAuthorize
string namespace.classname reference to an implementation of the AdvantageApiAuthorizeBase. This will automatically be called via the Authorize method of the API when implemented on a secure channel
Public property ApiName
Gets or sets the name of the API associated with this entry.
Public property CacheTimeoutMinutes
Gets or sets the cache timeout duration in minutes.
Public property Id
Gets or sets the unique identifier of the API entry.
Public property IsActive
Gets or sets a value indicating whether the API entry is active.
Public property ObjectTypeName
Gets or sets the name of the object type associated with the API entry.
Public property Permission
Gets or sets the permission level for the API entry.
Public property SecureKey
Gets or sets the secure key for the API entry, used for authentication or security.
Public property UseCache
Gets or sets a value indicating whether caching is enabled for the API entry.