コード例 #1
0
 /// <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);
 }
コード例 #2
0
 public ActionResult <Development.SDK.Module.Data.Common.Error> UpdateReferences(Development.SDK.Module.Data.Common.UpdateReferenceInformation config)
 {
     return(NoContent());
 }