ISection |
Returns a collection of non-parametric sections from given group
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
Task<IEnumerable<INonParametricSection>> GetNonParametricSectionsAsync( HeadCode headCode, SectionGroup sectionGroup, int? limit = null, CancellationToken cancellationToken = default )
Parameters
- headCode HeadCode
- The head code to get sections for
- sectionGroup SectionGroup
- The group to get sections from
- limit NullableInt32 (Optional)
- The maximum number of sections to retrieve ( to retrieve all)
- cancellationToken CancellationToken (Optional)
- The optional cancellation token
Return Value
TaskIEnumerableINonParametricSectionA collection of non-parametric sections from given group
See Also