IProductionPlaceholderManager Interface

Relativity.Productions.API
The interface enables interaction with Relativity Production Placeholders.

Namespace:  Relativity.Productions.Services
Assembly:  Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.0.7.1 2f8827611dc1dd9b46db576b7b03da47f4e093ee
Syntax

public interface IProductionPlaceholderManager : IDisposable

The IProductionPlaceholderManager type exposes the following members.

Methods

  NameDescription
Public methodCode exampleCreateSingleAsync
Creates a placeholder in the workspace
Public methodCode exampleDeleteSingleAsync
Deletes a placeholder in the workspace
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodCode exampleReadSingleAsync
Returns an instance of a placeholder
Public methodCode exampleUpdateSingleAsync
Updates a placeholder in the workspace
Top
See Also

Reference