Click or drag to resize
UserSecurityExtensionsIsAuthorizedToCreateNewDocument Method (UserInfo, TreeNode, String)
Checks whether the user is authorized to create new document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static bool IsAuthorizedToCreateNewDocument(
	this UserInfo user,
	TreeNode parentNode,
	string documentClassName
)

Parameters

user
Type: CMS.MembershipUserInfo
User to check
parentNode
Type: CMS.DocumentEngineTreeNode
Parent node
documentClassName
Type: SystemString
Document class name

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type UserInfo. 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