FeatureLayersAvailableContentSnapshots Property |
Provides all available content snapshots configured on the server defined by the
BaseUrl property.
Namespace:
Ptv.XServer.Controls.Map.Layers.Xmap2
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public IEnumerable<ContentSnapshotDescription> AvailableContentSnapshots { get; }
Public ReadOnly Property AvailableContentSnapshots As IEnumerable(Of ContentSnapshotDescription)
Get
public:
property IEnumerable<ContentSnapshotDescription^>^ AvailableContentSnapshots {
IEnumerable<ContentSnapshotDescription^>^ get ();
}
member AvailableContentSnapshots : IEnumerable<ContentSnapshotDescription> with get
Return Value
Type:
IEnumerableContentSnapshotDescriptionDescription list of all available content snapshots.
See Also