summaryM:DotNetNuke.Common.Arg.NotNull(System.String,System.Object)

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.4.0. Replaced by Requires.PropertyNotNull()")]
public static void NotNull(
	string argName,
	Object argValue
)
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.4.0. Replaced by Requires.PropertyNotNull()")> 
Public Shared Sub NotNull ( 
	argName As String,
	argValue As Object
)

Parameters

argName
Type: System..::..String
paramargNameM:DotNetNuke.Common.Arg.NotNull(System.String,System.Object)
argValue
Type: System..::..Object
paramargValueM:DotNetNuke.Common.Arg.NotNull(System.String,System.Object)

See Also