<PackageReference Include="Relativity.OutsideIn" Version="2022.11.0" />
API Differences between 2022.11.0 and 2022.5.0
44 Additions
8 Removals
OILink
-
public enum ExporterType
-
public interface IOILinkConfiguration
-
public class OILink : IOILink, IProcessOwner
- public IOIHandle EXOpenExport(IOIHandle hdoc, int outputFormat, FileInfo sink, IOILinkCallback callback)
- public IOIHandle EXOpenExport(IOIHandle hdoc, int outputFormat, IBasicIO sink, IOILinkCallback callback, bool IsUsingStreams)
- public IOIHandle EXOpenExport(IOIHandle hdoc, IFileFormat outputFormat, FileInfo sink, IOILinkCallback callback)
- public IOIHandle EXOpenExport(IOIHandle hdoc, IFileFormat outputFormat, IBasicIO sink, IOILinkCallback callback, bool IsUsingStreams)
-
public class OILinkMonitor : IOILinkMonitor
-
public class OILinkQueueTimeOutException : OILinkTimeOutException
-
public class OILinkSccErr
-
public enum TMIStatus
OILink.API
-
public interface IOILink : IProcessOwner
- IOIHandle EXOpenExport(IOIHandle hdoc, int outputFormat, IBasicIO sink, IOILinkCallback callback, bool IsUsingStreams)
- IOIHandle EXOpenExport(IOIHandle hdoc, int outputFormat, FileInfo sink, IOILinkCallback callback)
- IOIHandle EXOpenExport(IOIHandle hdoc, IFileFormat outputFormat, IBasicIO sink, IOILinkCallback callback, bool IsUsingStreams)
- IOIHandle EXOpenExport(IOIHandle hdoc, IFileFormat outputFormat, FileInfo sink, IOILinkCallback callback)
OutsideIn
OutsideIn.Common.Interface
OutsideIn.Options