4

When clicking on relevance search results sessiond ID is getting undefined for getFocusedSession() in CIFv2.


Microsoft.CIFramework.getFocusedSession().then(

function success(result) {

console.log(result);

// perform operations on session id value

},

function (error) {

console.log(error.message);

// handle error conditions

}

);

STATUS DETAILS
New