Gets an [!:System.Collections.Generic.IList] of permanent link ids that are referenced from this property.

Namespace:  EPiServer.SpecializedProperties
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public IList<Guid> ReferencedPermanentLinkIds { get; }

Field Value

An [!:System.Collections.Generic.IList] of permanent link ids that are referenced from this property.

Implements

IReferenceMap..::.ReferencedPermanentLinkIds

See Also