Monday, 20 August 2012

Shareopint Helper

Add Solution
-------------

Add-SPSolution “C:\Users\Administrator\Desktop\WSP\LIST.wsp“

Update
-------
Update-SPSolution -Identity LIST.wsp -LiteralPath C:\Users\Administrator\Desktop\WSP\LIST.wsp -GACDeployment

FEATUERS ACTIVATE STEPS
------------------------
1. LIST
2. MAIN PAGE(WEBPART)
3. WEB CONFIG
4. MASTER PAGE
5. PAGES

No comments:

Post a Comment

SharePoint online - Get List-item attachments and Display to div

Step 1 : Create a List ex: TestList and attach few images Step 2 : Copy and Pastet the below coding in App.js var  Items =  null ; ...