Click or drag to resize
TmplItemFindByUniqueId Method

[This is preliminary documentation and is subject to change.]

Search the tree from this node to find a TmplItem with the given UniqueId (optionally search recusively)

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public TmplItem FindByUniqueId(
	Guid uniqueId,
	bool recurse
)

Parameters

uniqueId
Type: SystemGuid

[Missing <param name="uniqueId"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.FindByUniqueId(System.Guid,System.Boolean)"]

recurse
Type: SystemBoolean

[Missing <param name="recurse"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.FindByUniqueId(System.Guid,System.Boolean)"]

Return Value

Type: TmplItem
Returns the TmplItem with the given UniqueId. Null if none was found
See Also