To retrieve the objects that reference from
a wall
§DBObjectRelationshipManager mgr =
§
new DBObjectRelationshipManager();
§DBObjectRelationshipCollection refsFrom ;
§refsFrom = mgr.GetReferencesFromThisObject(
wall );
§foreach( DBObjectRelationship relFrom in refsFrom )
§{
§ // Get
information of each relationship
§ string strType =
relFrom.RelationshipType.ToString();
§ string strClassName =
relFrom.Id.ObjectClass.Name();
§ // . .
.
§}