Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
public IList GetStatistics(int pageID, bool allPages, Guid formDefinitionID, DateTime beginDate, DateTime endDate)
in EPiServer.DataAccess.XFormStatisticsDB. I have XFormID (integer value, the ID of XForm definition), but I dont know how to get forDefinition of it, so I don't pass (Guid) formDefinitionID parameter in the above function. Please help me get values of FormDefintionID. Thanks alot.