Megosztás a következőn keresztül:


NameEnumerationResult.HasMoreData Property

Definition

Indicates whether there are more remaining pages. If the value is true, then EnumerateSubNamesAsync(Uri, NameEnumerationResult, Boolean) can be called to acquire the next page.

public bool HasMoreData { get; }
member this.HasMoreData : bool
Public ReadOnly Property HasMoreData As Boolean

Property Value

true if the enumeration has more data; false otherwise.

Applies to