SharedParameterElement.Lookup
Method
Description:
Finds the shared parameter element that corresponds to the given Guid.
Finds the shared parameter element that corresponds to the given Guid.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document. |
guidValue | Guid | Shared parameter Guid. |
Return Value
Type | Description |
---|---|
SharedParameterElement | The retrieved shared parameter instance, or if the matching element is not found. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |