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.
Determines if the specified Asset Item's AssetFolder configuration allows deletion of items.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Asset.IsDeleteAllowed")]
public static bool IsDeleteAllowed(
	 location
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Asset.IsDeleteAllowed")> _
Public Shared Function IsDeleteAllowed ( _
	location As  _
) As 

Parameters

location
Locator
The item.

Return Value

true if the AssetFolder configuration for the specified item allows deletion.

See Also

Advanced