Tagged Questions
1
vote
0answers
76 views
How do you Import a list item from a .cmp file using powershell?
I have implemented the code located at this link to export and import a list to a cmp file using powershell and the SPDeployment functions. While trying to better understand this code I came to the ...
1
vote
2answers
551 views
DisableEventFiring using PowerShell
How can I call DisableEventFiring using PowerShell?
C# code like this :
Type typeInfo = typeof(SPEventReceiverBase);
MethodInfo disable = typeInfo.GetMethod("DisableEventFiring", ...