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

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

Parameters

user
Type: CMS.Membership.UserInfo
User to check
parentNodeId
Type: System.Int32
Parent node id
documentClassName
Type: System.String
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