FolderGetFolder Method

Gets child folder ObjectId by name or path

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId GetFolder(
	string nameOrPath
)

Parameters

nameOrPath  String
Name of the direct child folder is supported; path using "\" as separator is also supported, for example: Folder\Folder1\Folder11

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the nameOrPath is null
Remarks
Returns ObjectId::Null if the folder is not found
See Also