My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Hi All, Got the Solution //Custom Field if ((System.Object)item.customFieldList != null) { CustomFieldRef[] cfRefs = null; cfRefs = item.customFieldList; for (int intI = 0; intI < item.customFieldList.Length; intI++) { Debug.Print(cfRefs[intI].GetType().ToString()); switch (cfRefs[intI].GetType().ToString()) { case…
-
Ya I got the Class but Can I get an example of using it with customlist in .net