Gets the relationships.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public IEnumerable<PackageRelationship> Relationships { get; internal set; }
Visual Basic
Public Property Relationships As IEnumerable(Of PackageRelationship)
	Get
	Friend Set
Visual C++
public:
property IEnumerable<PackageRelationship^>^ Relationships {
	IEnumerable<PackageRelationship^>^ get ();
	internal: void set (IEnumerable<PackageRelationship^>^ value);
}

Field Value

The relationships.

Remarks

For PageContent instances this property is set after the page is actually loaded. The PropertyChanged event is raised once the relationships are loaded.

See Also