MFIdentifierToIDMapperGetVaultElementReferenceAttribute Method

Finds a vault element reference attribute applicable to a data member.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping.Mappers
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public VaultElementReferenceAttribute GetVaultElementReferenceAttribute(
	DataMemberInfo dm
)

Parameters

dm  DataMemberInfo
The data element to get the attribute for.

Return Value

VaultElementReferenceAttribute
Returns null if not found.

See Also