C# Class SharedSource.RedirectModule.Helpers.ItemExtensions

Item Extension class
显示文件 Open project: thecadams/301RedirectModule

Public Methods

Method Description
GetIntegerFieldValue ( this item, string fieldName, int defaultValue ) : int

Method Details

GetIntegerFieldValue() public static method

public static GetIntegerFieldValue ( this item, string fieldName, int defaultValue ) : int
item this
fieldName string
defaultValue int
return int