Page 1 of 1

New GUID

Posted: Wed Oct 28, 2015 10:27 am
by czentman
How can I create a new GUID for my editor factory and editor pane and package.

Re: New GUID

Posted: Wed Oct 28, 2015 10:52 am
by BobRichards
One way is from PowerShell:

Code: Select all

"$([guid]::NewGuid().ToString())"