Sitecore 5.0 API

Database.ReadOnly Property

Gets or sets a value that indicates if the database is read-only.

[Visual Basic]
Public Property ReadOnly As Boolean
[C#]
public bool ReadOnly {get; set;}

Remarks

A database is read-only, if it is only possible to read from it.

The database is marked as read-only in the web.config.

For instance, the FileSystem database is by default marked as being read-only.

See Also

Database Class | Sitecore.Data Namespace