BExIS.Web.Shell.Areas.DCM.Controllers.FormController.GetMetadataCompoundAttributeUsage C# (CSharp) Method

GetMetadataCompoundAttributeUsage() private method

private GetMetadataCompoundAttributeUsage ( long id ) : BaseUsage
id long
return BaseUsage
        private BaseUsage GetMetadataCompoundAttributeUsage(long id)
        {
            //return UsageHelper.GetChildrenUsageById(Id);
            return UsageHelper.GetMetadataAttributeUsageById(id);
        }