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 whether or not it is allowed to add Asset Items to this AssetFolder. When set to true, the AssetFolder configuration will have a corresponding button within Add Media. This also implies, that it is allowed to delete items within this AssetFolder.

Namespace: Smartsite.Core.Assets
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public bool AllowAdd { get; internal set; }
Visual Basic (Declaration)Copy imageCopy Code
Public Property AllowAdd As 
	Get
	Friend Set

See Also

Advanced