PlaceholderCommandHandlerGetResolvedStructureReferences Method

Provides all structure references that exist and were resolved in this placeholder level.

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 MFIdentifier structure references that were resolved in this placeholder level.

Implements

IPlaceholderCommandHandlerGetResolvedStructureReferences

Remarks

All unresolved structure items should be listed as issues.

See Also