IProgressiveLoadingVaultNavigationModel Interface
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.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
| Name | Description |
|---|---|
| CanLoadMoreContent | Gets whether or not the model can request to append more content in view control. |
Methods
| Name | Description |
|---|---|
| LoadMoreContent | Request to append more content in view control. Can be used for infinite scroll implementation. |