The procedure for retrieving children of a Folio. Please note it will only retrieval and accessible children

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool SelectChildrenProcedure(
	string ownerID,
	out IFieldCollection[] targets
)
Visual Basic
Function SelectChildrenProcedure ( _
	ownerID As String, _
	<OutAttribute> ByRef targets As IFieldCollection() _
) As Boolean
Visual C++
bool SelectChildrenProcedure(
	String^ ownerID, 
	[OutAttribute] array<IFieldCollection^>^% targets
)

Parameters

ownerID
Type: System..::..String
Owner Folio ID
targets
Type: array<Cartella.Interfaces..::..IFieldCollection>[]()[][]%
output the Children Folios as list of IFieldCollection objects

Field Value

Boolean

Return Value

True if successful

See Also