[This is preliminary documentation and is subject to change.]

Gets all the parents of an object

Namespace:  OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public BusinessConstants..::.ObjectType[] GetAllParents(
	BusinessConstants..::.ObjectType child
)
Visual Basic (Declaration)
Public Function GetAllParents ( _
	child As BusinessConstants..::.ObjectType _
) As BusinessConstants..::.ObjectType()
Visual C++
public:
array<BusinessConstants..::.ObjectType>^ GetAllParents(
	BusinessConstants..::.ObjectType child
)

Parameters

child
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The child whose parents are sought

Return Value

The parents of the child

See Also