Autodesk Vault ProfessionalVault API

IProgressiveLoadingVaultNavigationModel Interface

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Interfaces

This interfaces extends IVaultNavigationModel allowing ability to load more content on demand. Use this interface if you want to implement progressive loading approach for a view.

Syntax

public interface IProgressiveLoadingVaultNavigationModel : IVaultNavigationModel  
Public Interface IProgressiveLoadingVaultNavigationModel
   Inherits IVaultNavigationModel 

Properties

NameDescription
CanLoadMoreContentGets whether or not the model can request to append more content in view control.

Methods

NameDescription
LoadMoreContentRequest to append more content in view control. Can be used for infinite scroll implementation.

See Also