PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates an Access Control List from the DACL or SACL portion of an SDDL string

Namespace: Smartsite.Base.HttpNamespaceManager
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public static  AccessControlListFromString(
	string aclString
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function AccessControlListFromString ( _
	aclString As  _
) As 

Parameters

aclString
String
The ACL String

Return Value

A populated Access Control List

See Also

Advanced