2027 Method
Changes 0
M

Document.GetSubelement

Description:
Gets the subelement referenced by a unique id string.
Remarks:
null will be returned if the input id string doesn't reference to a valid element or subelement.
Overloads (3):
public Subelement GetSubelement(
	string uniqueId
)
  • String
    uniqueId
    The unique id that identifies element or subelement.
  • UniqueId
Return Value Subelement The subelement referenced by the input argument.