PlaceholderLevelGetResolvedStructureReferences 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 override IEnumerable<MFIdentifier> GetResolvedStructureReferences()

Return Value

IEnumerableMFIdentifier
All resolved MFIdentifier structure references in this node or it's children.

Remarks

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

See Also