I need to initialize an object of type TaxonomyFieldValueCollection
and I need to pass ClientRuntimeContext and objectPath as two parameters.
Below is the constructor that I am using
TaxonomyFieldValueCollection taxonomyFieldValueCollection =
new TaxonomyFieldValueCollection(runtimeContextClient,objectPath );
I am unable to find out what exactly I need to pass as objectPath, What is the second parameter objectPath here?