Click or drag to resize

DocPermission Constructor (Expression, String)

Create a DocPermission.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public DocPermission(
	Expression codeRef,
	string text
)

Parameters

codeRef
Type: Nova.CodeDOMExpression
text
Type: SystemString
See Also