SetStorageStatus Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SetStorageStatus() method sets the entity as clean by writing a zero to the status column for the specified entity.
'Declaration
Public Shared Sub SetStorageStatus( _
ByVal entID As Integer, _
ByVal status As Storage.StorageStatus, _
ByRef lastEditAt As Date _
)
public static void SetStorageStatus(
int entID,
Storage.StorageStatus status,
ref DateTime lastEditAt
)
Parameters
- entID
Required. Holds the ID of the clean entity.
- status
- Required. Holds the new status.
- lastEditAt
Required. Holds the date/time when an entity record was added or last updated. The new last edit date/time is also returned in this variable.