Advertisement
Guest User

Untitled

a guest
Feb 14th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. spFile = spWeb.Files.Add(
  2. docUrl,
  3. uploadStream,
  4. true, // overwrite or add a new version
  5. uploadMessage.Metadata.CheckInComment ?? "", //check-in comment to use when creating the file in the collection. (can't be NULL)
  6. false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement