[This is preliminary documentation and is subject to change.]
Gets all the parents of an object
Namespace:
OfficeClip.BusinessLayerAssembly: 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