Microsoft.Protocols.TestSuites.MS_LISTSWS.TestSuiteHelper.CreateUpdateListItems C# (CSharp) Method

CreateUpdateListItems() public static method

A method used to construct UpdateListItemsUpdates instance using the specified parameters.
public static CreateUpdateListItems ( List methods, string>.List fieldNameValuePairs ) : UpdateListItemsUpdates
methods List A list of MethodCmdEnum to specify the operations.
fieldNameValuePairs string>.List A list of items values.
return UpdateListItemsUpdates
        public static UpdateListItemsUpdates CreateUpdateListItems(
                        List<MethodCmdEnum> methods,
                        List<Dictionary<string, string>> fieldNameValuePairs)
        {
            return CreateUpdateListItems(methods, fieldNameValuePairs, OnErrorEnum.Continue);
        }

Same methods

TestSuiteHelper::CreateUpdateListItems ( List methodCollection, string>.List fieldNameValuePairs, OnErrorEnum errorhandleType ) : UpdateListItemsUpdates