Click or drag to resize

OperatorTypeExtensionToDefaultValue Method

Namespace:  Dynamicweb.Tracking.Reporting
Assembly:  Dynamicweb.Tracking (in Dynamicweb.Tracking.dll) Version: 1.0.3
Syntax
public static string ToDefaultValue(
	this OperatorType operatorType
)

Parameters

operatorType
Type: Dynamicweb.Tracking.ReportingOperatorType

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type OperatorType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also