2022.6.0
21 Jun 22
Toggle Dropdown
Version 2023
2023.7.0
18 Aug 23
2023.4.1
23 Dec 23
2023.4.0
5 Jun 23
2023.3.0
17 May 23
2023.2.0
21 Apr 23
2023.1.0
6 Apr 23
Version 2022
2022.12.0
21 Dec 22
2022.11.0
15 Nov 22
2022.10.0
21 Oct 22
2022.9.1
7 Oct 22
2022.9.0
26 Sep 22
2022.8.0
31 Aug 22
2022.6.1
20 Jul 22
2022.6.0
21 Jun 22
2022.5.0
19 May 22
2022.4.1
27 Apr 22
2022.4.0
21 Apr 22
2022.3.0
23 Mar 22
2022.2.0
23 Feb 22
2022.1.0
28 Jan 22
Version 2021
2021.12.0
15 Dec 21
2021.11.0
22 Nov 21
2021.10.2
25 Oct 21
2021.10.1
21 Oct 21
2021.9.2
7 Mar 23
2021.9.1
29 Sep 21
2021.9.0
24 Sep 21
2021.8.0
1 Sep 21
2021.7.0
29 Jul 21
2021.6.1
8 Mar 23
2021.6.0
24 Jun 21
2021.5.3
28 Feb 23
2021.5.2
9 Nov 22
2021.5.1
4 May 22
2021.5.0
24 May 21
2021.4.0
28 Apr 21
2021.3.1
5 Apr 21
2021.3.0
26 Mar 21
2021.2.1
5 Apr 21
2021.2.0
1 Mar 21
2021.1.0
3 Feb 21
Version 2020
2020.8.2
13 Jan 21
2020.8.1
18 Dec 20
2020.8.0
14 Dec 20
2020.7.0
25 Mar 21
2020.6.0
23 Oct 20
2020.5.0
24 Sep 20
2020.3.0
9 Jul 20
Version 2019
2019.5.1
17 Apr 20
2019.5.0
5 Mar 20
2019.4.1
19 Nov 19
2019.3.0
26 Jul 19
2019.2.2
31 May 19
2019.2.0
29 Apr 19
Version 2018
2018.9.0
31 Jan 19
2018.8.0
29 Jan 19
2018.6.1
14 Jan 19
Compare to version...
with 2022.3.0
Toggle Dropdown
Version 2023
2023.7.0
18 Aug 23
2023.4.1
23 Dec 23
2023.4.0
5 Jun 23
2023.3.0
17 May 23
2023.2.0
21 Apr 23
2023.1.0
6 Apr 23
Version 2022
2022.12.0
21 Dec 22
2022.11.0
15 Nov 22
2022.10.0
21 Oct 22
2022.9.1
7 Oct 22
2022.9.0
26 Sep 22
2022.8.0
31 Aug 22
2022.6.1
20 Jul 22
2022.6.0
21 Jun 22
2022.5.0
19 May 22
2022.4.1
27 Apr 22
2022.4.0
21 Apr 22
2022.3.0
23 Mar 22
2022.2.0
23 Feb 22
2022.1.0
28 Jan 22
Version 2021
2021.12.0
15 Dec 21
2021.11.0
22 Nov 21
2021.10.2
25 Oct 21
2021.10.1
21 Oct 21
2021.9.2
7 Mar 23
2021.9.1
29 Sep 21
2021.9.0
24 Sep 21
2021.8.0
1 Sep 21
2021.7.0
29 Jul 21
2021.6.1
8 Mar 23
2021.6.0
24 Jun 21
2021.5.3
28 Feb 23
2021.5.2
9 Nov 22
2021.5.1
4 May 22
2021.5.0
24 May 21
2021.4.0
28 Apr 21
2021.3.1
5 Apr 21
2021.3.0
26 Mar 21
2021.2.1
5 Apr 21
2021.2.0
1 Mar 21
2021.1.0
3 Feb 21
Version 2020
2020.8.2
13 Jan 21
2020.8.1
18 Dec 20
2020.8.0
14 Dec 20
2020.7.0
25 Mar 21
2020.6.0
23 Oct 20
2020.5.0
24 Sep 20
2020.3.0
9 Jul 20
Version 2019
2019.5.1
17 Apr 20
2019.5.0
5 Mar 20
2019.4.1
19 Nov 19
2019.3.0
26 Jul 19
2019.2.2
31 May 19
2019.2.0
29 Apr 19
Version 2018
2018.9.0
31 Jan 19
2018.8.0
29 Jan 19
2018.6.1
14 Jan 19
Download Package
Open in NuGet
<
PackageReference
Include
=
"Relativity.OutsideIn"
Version
=
"2022.6.0"
/>
API Differences between 2022.6.0 and 2022.3.0
20
Additions
2
Removals
OILink
public
class
OILink
:
IOILink
,
IProcessOwner
public
bool
CanHandleCumulativeSet
{
get
; }
public
void
SetCumulativeOptions
(
string
jsonOptions
)
public
void
SetMetricsDict
(
Dictionary
<
string
,
object
>
metrics
)
public
void
SetMetricsDict
(
Dictionary
<
string
,
object
>
metrics
,
bool
GenerateHash
)
public
class
OILinkSccErr
public
static
OILinkSccErr
H5PIPELINECONVERSIONERROR
public
static
OILinkSccErr
H5PIPELINECONVERSIONERROR1
public
static
OILinkSccErr
SUSPICIOUSFILE
OILink.API
public
interface
IOILink
:
IProcessOwner
bool
CanHandleCumulativeSet
{
get
; }
void
SetCumulativeOptions
(
string
jsonOptions
)
void
SetMetricsDict
(
Dictionary
<
string
,
object
>
metrics
)
void
SetMetricsDict
(
Dictionary
<
string
,
object
>
metrics
,
bool
GenerateHash
)
OutsideIn
public
class
OutsideInSuspiciousFileException
:
OutsideInException
public
OutsideInSuspiciousFileException
(
Exception
ex
)
protected
OutsideInSuspiciousFileException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
ShortDateFormat
public
ShortDateFormat
()
OutsideIn.Options
public
class
MarginText
public
MarginText
()
public
interface
OptionsCache
bool
GenerateOutputHashMetric
{
get
;
set
; }
string
GetAllOptionsAsJson
()
string
GetOptionsAsJsonValueString
()
OptionsCache
SetOptions
(
string
jsonOptionsString
)
OptionsCache
SetOptions
(
string
jsonPayload
,
string
tagOptionsName
)
OptionsCache
SetOptions
(
Dictionary
<
string
,
object
>
optionsList
)