Persistate API documentation
DeReferenceSection Method (nameSection)
NamespacesPersistateWorkspaceDeReferenceSection(String)

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

Dereferences a section in a MetaReference by returning the root pane if it has the correct name.
Declaration Syntax
C#
public IMetaReferable DeReferenceSection(
	string nameSection
)
Parameters
nameSection (String)
The name to use to find the next object to use in the dereference.
Return Value
The root Pane if it has the given name.
Exceptions
ExceptionCondition
PersistateDeReferenceExceptionThrown if the given nameSection does not reference the root Pane.

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