ILayoutManager
Exposes methods for creating, reading, updating, and deleting Layouts.
Adds a single Layout to Relativity.
Deletes a Layout.
Returns a list of users eligible to be a layout owner.
Task<LayoutResponse> ReadAsync(int workspaceID, int layoutID, bool includeMetadata = false, bool includeActions = false)
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