[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.dll)
Version: 7.3.2.0
Syntax
| C# |
|---|
public BusinessConstants.BusinessConstants..::ObjectType[] GetAllParents( BusinessConstants.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
- BusinessConstants..::ObjectType
The child whose parents are sought
Return Value
The parents of the child
See Also
ObjectTypeRelation Class
OfficeClip.BusinessLayer Namespace
