MultiArchive SDK .NET Documentation |
ItemSpecificationBuilder Constructor (String, String) |
ItemSpecificationBuilder Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Constructor that adds Archive and ItemType information to the ItemSpecification.
The Archive URN is in the following format: "urn:multiarchive:archive:A42"
The ItemType URN is in the following format: "urn:multiarchive:itemtype:A42:CUSTOMER_LETTER"
The Archive URN is in the following format: "urn:multiarchive:archive:A42"
The ItemType URN is in the following format: "urn:multiarchive:itemtype:A42:CUSTOMER_LETTER"
Namespace: MultiArchive.SDK.ServiceUtils
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
C# |
---|
public ItemSpecificationBuilder( string archive, string itemType ) |
Visual Basic |
---|
Public Sub New ( archive As String, itemType As String ) |
Visual C++ |
---|
public: ItemSpecificationBuilder( String^ archive, String^ itemType ) |
Parameters
- archive
- Type: System..::..String
A string representaion of the archive URN.
- itemType
- Type: System..::..String
A string representation of an itemtype URN.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Throws an ArgumentException if either the archive or the ItemType is missing or empty. |
See Also