/// <summary> /// Gets the used, referenced or created items like node fields and/or language codes. /// </summary> /// <param name="config">The configuration information that can be used to generate the control. /// It also contains configurations for the control that have already been saved.</param> /// <returns></returns> public Development.SDK.Module.Data.Common.Error UpdateReferences(Development.SDK.Module.Data.Common.UpdateReferenceInformation config) { return(null); }
public ActionResult <Development.SDK.Module.Data.Common.Error> UpdateReferences(Development.SDK.Module.Data.Common.UpdateReferenceInformation config) { return(NoContent()); }