M

SharedParameterElement.Lookup

Description:
Finds the shared parameter element that corresponds to the given Guid.
public static SharedParameterElement Lookup(
	Document document,
	Guid guidValue
)
  • document
    The document.
  • guidValue
    Shared parameter Guid.
Return Value SharedParameterElement The retrieved shared parameter instance, or if the matching element is not found.