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 security zone from the given source.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Securityzone.Get")]
public static string GetSecurityZoneFromSource(
	 context,
	 location,
	string fieldName
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Securityzone.Get")> _
Public Shared Function GetSecurityZoneFromSource ( _
	context As , _
	location As , _
	fieldName As  _
) As 

Parameters

context
IRenderContext
The context.
location
Locator
The location.
fieldName
String
Name of the field.

Return Value

SXMLSecurityZone name

See Also

Advanced