Hi, I want to clear a list but I receive an error: Compiling code of Error in action "CS0201" "Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement".
This is my code:
var list = project.Lists["Upload"];
list.Clear;
Can somebody help...