Class DocumentNavigationsDto
Inheritance
DocumentNavigationsDto
Assembly: Volo.Docs.Web.dll
Syntax
public class DocumentNavigationsDto
Constructors
DocumentNavigationsDto()
Declaration
public DocumentNavigationsDto()
Properties
HasNext
Declaration
public bool HasNext { get; }
Property Value
HasPrevious
Declaration
public bool HasPrevious { get; }
Property Value
HasValues
Declaration
public bool HasValues { get; }
Property Value
Next
Declaration
public DocumentNavigationDto Next { get; set; }
Property Value
Previous
Declaration
public DocumentNavigationDto Previous { get; set; }
Property Value
Extension Methods