private AddSPList():void
{
pnp.sp.web.lists.add("Test","Test lists").then(function(response){
console.log("SPList added successfully !");
}).catch(function(exception)
{
alert("Something went wrong :"+exception);
});;
}
No comments:
Post a Comment