Click or drag to resize
WebDAVHelperIsCurrentUserAuthorizedPerMediaLibrary Method (MediaLibraryInfo, String)
Returns True if current user is authorized at least on one permission, otherwise returns False.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public static bool IsCurrentUserAuthorizedPerMediaLibrary(
	MediaLibraryInfo mediaLibrary,
	string[] permissions
)

Parameters

mediaLibrary
Type: CMS.MediaLibraryMediaLibraryInfo
Media library
permissions
Type: SystemString
Permission array

Return Value

Type: Boolean
See Also