This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Checks whether the SXML asset is available in the given security zone.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.SecurityZone.IsMapped")]
public static <bool> HasSecurityZoneMappings(
	 context,
	 assetType,
	string name,
	string zoneName
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.SecurityZone.IsMapped")> _
Public Shared Function HasSecurityZoneMappings ( _
	context As , _
	assetType As , _
	name As , _
	zoneName As  _
) As (Of )

Parameters

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

Return Value

SXMLSecurityZone names

See Also

Advanced