You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Classes > BusinessRule Class > BusinessRule Methods > GetBusinessRules Method > GetBusinessRules
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
BusinessRule.GetBusinessRules Method (String, String, String, String, String, String, String, Long)

Method to get the results from a business rule by ID. Accepts environmental parameters such as HTTPHost, URLString, Cookies, forms, etc. Returns a string representing the output of the evaluated ruleset.

C#
public String GetBusinessRules(String httpHost, String urlRest, String cookies, String formValues, String queryValues, String serverValues, String paramValues, Long iRuleID);
Visual Basic
Public Function GetBusinessRules(ByVal httpHost As String, ByVal urlRest As String, ByVal cookies As String, ByVal formValues As String, ByVal queryValues As String, ByVal serverValues As String, ByVal paramValues As String, ByVal iRuleID As Long) As String
Parameters 
Description 
httpHost 
The HTTP host the request is made on. 
urlRest 
not used 
cookies 
Cookie Value Collection 
formValues 
Form Value Collection 
queryValues 
Querystring Value Collection 
serverValues 
Server Variables Collection 
paramValues 
Custom Value Collection 
iRuleID 
Numeric value representing the ID of the Ruleset 

A string representing the output of the evaluated ruleset.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!