Persistate API documentation
ContainerProperties Constructor (title, allowNew, selectMultiple, operationName)
NamespacesPersistateContainerPropertiesContainerProperties(String, Boolean, Boolean, String)

[This is preliminary documentation and is subject to change.]

Creates a new ContainerProperties object, setting the values of properties to be passed.
Declaration Syntax
C#
public ContainerProperties(
	string title,
	bool allowNew,
	bool selectMultiple,
	string operationName
)
Parameters
title (String)
The value of the Title property to be passed to the IPContainer.
allowNew (Boolean)
The value of the AllowNew property to be passed to the IPContainer.
selectMultiple (Boolean)
The value of the SelectMultiple property to be passed to the IPContainer.
operationName (String)
The value of the OperationName property to be passed to the IPContainer.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)