Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Main Namespaces
Altaxo.Main.Properties
ProjectFolderPropertyDocumentCollection Class
ProjectFolderPropertyDocumentCollection Methods
EnsureExistence Method
GetParentProjectFolderPropertyBagCollectionOf Method
Project
Folder
Property
Document
Collection
Ensure
Existence Method
Ensures the existence of a certain
ProjectFolderPropertyDocument
. If the document already exists, the existing
ProjectFolderPropertyDocument
is returned; otherwise a new
ProjectFolderPropertyDocument
is created, added to the collection, and returned.
Namespace:
Altaxo.Main.Properties
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
ProjectFolderPropertyDocument
EnsureExistence
(
string
itemName
)
Parameters
itemName
String
Name of the
ProjectFolderPropertyDocument
. An exception is thrown if the name is not a folder name (it has to end with a backslash).
Return Value
ProjectFolderPropertyDocument
If the document with the given name already exists, the existing
ProjectFolderPropertyDocument
is returned; otherwise a new
ProjectFolderPropertyDocument
is created, added to the collection, and returned.
See Also
Reference
ProjectFolderPropertyDocumentCollection Class
Altaxo.Main.Properties Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net