Wednesday, March 18, 2015

Export sharepoint site but exclude its susites

I have found this blog has very useful information to export a site without including its subsites

http://sharepoint.stackexchange.com/questions/17671/export-spsite-but-exclude-subsites

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...