Persistate API documentation
GetItem Method (project, itemName)
NamespacesPersistateIDevelopmentEnvironmentGetItem(Object, String)

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

Finds a project item with a particular name within a particular project. The item can be a top level project item or it can be nested under other project items to arbitrary depth.
Declaration Syntax
C#
Object GetItem(
	Object project,
	string itemName
)
Parameters
project (Object)
An object representing the project. This can be obtained using the GetProject method.
itemName (String)
The name of the project item to find
Return Value
An object representing the project item or null if no item was found.

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