ISectionFactoryGetNonParametricSections Method (HeadCode, SectionGroup, NullableInt32)

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: 0.22.4.0116
Syntax
Task<IEnumerable<INonParametricSection>> GetNonParametricSections(
	HeadCode headCode,
	SectionGroup sectionGroup,
	int? limit = null
)

Parameters

headCode
Type: TSD.API.RemotingHeadCode
The head code to get sections for
sectionGroup
Type: TSD.API.Remoting.SectionsSectionGroup
The group to get sections from
limit (Optional)
Type: SystemNullableInt32
The maximum number of sections to retrieve ( to retrieve all)

Return Value

Type: TaskIEnumerableINonParametricSection
A collection of non-parametric sections from given group
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.