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 zones an SXML asset is mapped to.

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

Syntax

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

Parameters

context
IRenderContext
The context.
assetType
SXMLSecurityAssetType
Type of the asset.
name
String
The name of the asset.

Return Value

SXMLSecurityZone names

See Also

Advanced