2.4.0
29 Mar 24
Toggle Dropdown
Version 2
2.4.0
29 Mar 24
2.2.3
27 Nov 23
2.2.1
24 Aug 23
2.1.1
10 Mar 22
2.0.13
6 Jan 22
2.0.12
16 Sep 21
Version 1
1.1.0
29 Apr 20
1.0.8
6 Mar 19
Compare to version...
with 2.0.13
Toggle Dropdown
Version 2
2.4.0
29 Mar 24
2.2.3
27 Nov 23
2.2.1
24 Aug 23
2.1.1
10 Mar 22
2.0.13
6 Jan 22
2.0.12
16 Sep 21
Version 1
1.1.0
29 Apr 20
1.0.8
6 Mar 19
Download Package
Open in NuGet
<
PackageReference
Include
=
"Relativity.RSMFU.Validator.SDK"
Version
=
"2.4.0"
/>
API Differences between 2.4.0 and 2.0.13
10
Additions
0
Removals
Relativity.RSMFU.Validator
public
enum
RSMFValidatorErrorCode
ManifestEventEditMissingTimeZone
=
1035
ManifestEventMissingTimeZone
=
1034
ManifestEventReadReceiptMissingTimeZone
=
1036
ManifestUnknownObjectMissingTimeZone
=
1037
RSMFInvalidToAddress
=
1033
Relativity.RSMFU.Validator.HeaderValidators
public
class
AddressCollectionValidator
:
IHeaderValidator
public
AddressCollectionValidator
(
int
maxValueLengthInQuotes
=
500
)
public
IEnumerable
<
ValueTuple
<
RSMFValidatorErrorCode
,
string
>>
Validate
(
string
name
,
string
value
)
public
interface
IHeaderValidator
IEnumerable
<
ValueTuple
<
RSMFValidatorErrorCode
,
string
>>
Validate
(
string
name
,
string
value
)