コード例 #1
0
 public bool Reorder(int appId, int contentTypeId, string newSortOrder)
 {
     return(eavCtc.Reorder(appId, contentTypeId, newSortOrder));
 }
コード例 #2
0
 public bool Reorder(int appId, int contentTypeId, string newSortOrder)
 => _eavCtc.Reorder(appId, contentTypeId, newSortOrder);
コード例 #3
0
 public bool Reorder(int appId, int contentTypeId, int attributeId, string direction)
 {
     return(eavCtc.Reorder(appId, contentTypeId, attributeId, direction));
 }