IHostingProvider.GetAllExchangesInfoAsync method (1 of 2)
Get All Exchanges Info.
public Task<ExchangeFilterResult> GetAllExchangesInfoAsync(ProjectInfo projectInfo, int page)
parameter | description |
---|---|
projectInfo | Project Info |
page | Page Index |
Return Value
An instance of ExchangeFilterResult
See Also
- class ExchangeFilterResult
- class ProjectInfo
- interface IHostingProvider
- namespace Autodesk.DataExchange.Core.Interface
IHostingProvider.GetAllExchangesInfoAsync method (2 of 2)
Get All Exchanges Info.
public Task<ExchangeFilterResult> GetAllExchangesInfoAsync(string projectId, string folderId,
int page, bool subFolder)
parameter | description |
---|---|
projectId | Project Id |
folderId | Project Id |
page | Page Index |
subFolder | Consider sub folder or not |
Return Value
An instance of ExchangeFilterResult
See Also
- class ExchangeFilterResult
- interface IHostingProvider
- namespace Autodesk.DataExchange.Core.Interface