Click or drag to resize
BCRepositoryLoadPropertyValues Method (BCRepositoryObject, String)
Returns the values of an object of the specified set of properties.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public Object[] LoadPropertyValues(
	BCRepositoryObject anObject,
	string propertySetID
)

Parameters

anObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object for which the properties should be retrieved.
propertySetID
Type: SystemString
The ID property value of the set of properties to return.

Return Value

Type: Object
An array with property values.
See Also