PlaceholderTemplateNodeGetResolvedStructureReferences Method

Finds any resolved structure references in this node or it's children.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual IEnumerable<MFIdentifier> GetResolvedStructureReferences()

Return Value

IEnumerableMFIdentifier
Collection of any resolved MFIdentifier structure references in this node or it's children.

Remarks

Unresolved references will appear as issues returned from the Valdiation method.

See Also