AemGlobalSettings.ExceptionFolders Property

Definition

Exception Folders: Process these folders bypassing all security checks!

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ ExceptionFolders { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> ExceptionFolders { get; }
member this.ExceptionFolders : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property ExceptionFolders As Collection(Of String)

Property Value

Collection<String>

Returns a Collection<T> of strings that contain the paths to the folders that contain exceptions related to the AEM global settings.

Applies to