Gets the Id's for all homepages.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public IEnumerable<Guid> HomePageIds { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HomePageIds As IEnumerable(Of Guid) Get |
| Visual C++ |
|---|
public: property IEnumerable<Guid>^ HomePageIds { IEnumerable<Guid>^ get (); } |