VariantOptionInfoProvider.GetAsync Method |
Name | Description | |
---|---|---|
![]() | GetAsync(Guid, Nullable<CancellationToken>) |
Asynchronously gets an instance of info object based on its GUID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.) |
![]() | GetAsync(Int32, Nullable<CancellationToken>) |
Asynchronously gets an instance of info object based on its ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.) |
![]() | GetAsync(String, Nullable<CancellationToken>) |
Asynchronously gets an instance of info object based on its code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.) |
![]() | GetAsync(Guid, Int32, Nullable<CancellationToken>) |
Asynchronously gets an instance of info object based on its GUID and site ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.) |
![]() | GetAsync(String, Int32, Nullable<CancellationToken>) |
Asynchronously gets an instance of info object based on its code name and site ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.) |
![]() | GetAsync(Int32, Int32, Nullable<CancellationToken>) |
Asynchronously gets an instance of the VariantOptionInfo binding structure.
|