SetStorageLocation Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SetStorageLocation() method sets the location of the specified entity.
'Declaration
Public Shared Sub SetStorageLocation( _
ByVal entID As Integer, _
ByVal storageEntID As Integer, _
ByRef lastEditAt As Date _
)
public static void SetStorageLocation(
int entID,
int storageEntID,
ref DateTime lastEditAt
)
Parameters
- entID
Required. Holds the ID of the entity that is being moved.
- storageEntID
- Required. Holds the ID of the entity to which the first entity is moved.
- 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.