phpSPO icon indicating copy to clipboard operation
phpSPO copied to clipboard

I want to fetch termstore, Termsets and related terms using vgrem.However, Iam not even able to fetch the termstore.

Open kanthaphp25 opened this issue 3 years ago • 0 comments

How to read and write data from the term store with the combination of vgrem and cakephp3 code I am able to creating the session object of TaxonomySession

			$authCtx = new AuthenticationContext($siteweburl);
			$authCtx->acquireTokenForUser($username,$password); //authenticate
			$ctx = new ClientContext($siteweburl,$authCtx); 
			 $taxdforctx = new JsonLightFormat('verbose');    
			 $ctx = new ClientRuntimeContext($siteweburl,$authCtx,$taxdforctx,'');   
			$taxosess = new TaxonomySession($ctx);
			

later on that I did not find any functions in vgrem over there to read Term sets, Terms and term GUIDs

kanthaphp25 avatar Apr 03 '21 05:04 kanthaphp25