RVTDocs.com

SchemaBuilder.SetWriteAccessLevel

Method
Description:
Sets top level write access (for entities)
Syntax
public SchemaBuilder SetWriteAccessLevel(
	AccessLevel writeAccessLevel
)
Parameters
Parameter Type Description
writeAccessLevel AccessLevel Write access level value to be set
Return Value
Type Description
SchemaBuilder The SchemaBuilder object may be used to add more settings.
Exceptions
Exception Condition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration
InvalidOperationException The SchemaBuilder has already finished building the Schema.