Document.OwnerFamily
Description:
Get the Family of this Family Document.
Get the Family of this Family Document.
Remarks:
Only available if the current document is family document.
Only available if the current document is family document.
public Family OwnerFamily { get; }
string categoryName = familyDoc.OwnerFamily.FamilyCategory.Name;