07-12-2009 Release (GetSiblings())
Aplies to:
Grouptree.Core.Asset
Release type:
Functionality Update
Reason for change:
Added functionality to the API to retrieve siblings of a given asset.
Change details:
Asset
Added 2 functions:
public IEnumerable<Asset> GetSiblings() //returns the siblings of an asset instance
public static IEnumerable<Asset> GetSiblings(Asset inAsset) //returns the siblings of a passed in Asset