[This is preliminary documentation and is subject to change.]
Method for building the ItemSpecification based on the information added to the ItemSpecificationBuilder.
Namespace: MultiArchive.SDK.ServiceUtils
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
| C# |
|---|
public ItemSpecification BuildItemSpecification() |
| Visual Basic |
|---|
Public Function BuildItemSpecification As ItemSpecification |
| Visual C++ |
|---|
public:
ItemSpecification^ BuildItemSpecification() |
Return Value
Type:
ItemSpecificationThe return value of this method is an
ItemSpecification object.
Exceptions
| Exception |
Condition |
|
System..::..ArgumentException
|
An ArgumentException is thrown if either the archive or ItemType is missing, or if no ContentSpecifications or FieldSpecifications are present. |
See Also