File: D:/HostingSpaces/RMourik/bassol.nl/CMS/CMSModules/Workflows/Workflow_Step_Security.aspx.cs
using System;
using System.Data;
using System.Linq;
using CMS.Helpers;
using CMS.Base;
using CMS.SiteProvider;
using CMS.UIControls;
using CMS.WorkflowEngine;
public partial class CMSModules_Workflows_Workflow_Step_Security : CMSWorkflowPage
{
#region "Page events"
protected void Page_Load(object sender, EventArgs e)
{
ucSecurity.SiteID = SiteContext.CurrentSiteID;
ucSecurity.WorkflowStepID = QueryHelper.GetInteger("workflowStepId", 0);
}
#endregion
}