Can someone tell me what the correct way to get this value might be?
ValidationHelper.GetGUID()
is not working. I am using the Layout section of my QueryDataSource webpart to get the children of a document based on the GUID. The example I found in the forums, recommended the above syntax, but I keep getting:
'CMS.GlobalHelper.ValidationHelper' does not contain a definition for 'GetGUID'
Any thoughts?