M-Files Vault Application Framework
C#
C#
Show/Hide TOC
Placeholder
Command
Handler
.
Get
Resolved
Structure
References 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#
Copy
public
virtual
IEnumerable<MFIdentifier>
GetResolvedStructureReferences
()
Return Value
IEnumerable
<
MFIdentifier
>
Collection of
MFIdentifier
structure references that were resolved in this placeholder level.
Implements
IPlaceholderCommandHandler
.
GetResolvedStructureReferences
()
Remarks
All unresolved structure items should be listed as issues.
See Also
Reference
PlaceholderCommandHandler Class
MFiles.VAF.Placeholders Namespace
In This Article
Definition
Return Value
Implements
Remarks
See Also