BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > GetFolderInformation(String, String, Object)
GetFolderInformation Method (vaultidentifier, folderid, properties)
Returns a variant array of values for the specified properties.
Declaration Syntax
C#Visual BasicVisual C++
public Object[] GetFolderInformation(
	string vaultidentifier,
	string folderid,
	Object properties
)
Public Function GetFolderInformation ( _
	vaultidentifier As String, _
	folderid As String, _
	properties As Object _
) As Object()
public:
array<Object^>^ GetFolderInformation(
	String^ vaultidentifier, 
	String^ folderid, 
	Object^ properties
)
Parameters
vaultidentifier (String)
The vault in which the folder resides.
folderid (String)
The unique identifier of the folder inside the vault.
properties (Object)
The properties of which the values are to be retrieved. This can be an array of strings each having a property name, or a single name of the property.
Return Value
Array of values for the requested properties.
Remarks

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)