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.
Gets the string representation of this rule.

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

Syntax

C#Copy imageCopy Code
public override void ToString(
	out string userName,
	out string objectName,
	out string rights
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Sub ToString ( _
	<> ByRef userName As , _
	<> ByRef objectName As , _
	<> ByRef rights As  _
)

Parameters

userName
String%
objectName
String%
rights
String%

See Also

Advanced