Relativity.Services.Interfaces.Layout.ILayoutManager
Exposes methods for creating, reading, updating, and deleting Layouts.
Adds a single Layout to Relativity.
Removes an Layout after it finishes executing.
Returns a list of users eligible to be a layout owner.
Retrieves basic metadata for an Layout, including its name, type, interval, and other properties.
Task<LayoutResponse> ReadAsync(int workspaceID, int layoutID, bool includeMetadata, bool includeActions)
Retrieves extended metadata for an Layout, including information about additional actions available.
Modifies the properties of an Layout.
Task<LayoutResponse> UpdateAsync(int workspaceID, int layoutID, LayoutRequest layoutRequest, DateTime lastModifiedOn)
Restricts updates to the properties of the Layout to the date that it was last modified