Click or drag to resize

BCRepositoryObjectLoadProperties Method

Returns a property collection for a property set with the specified name.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public virtual BCPropertyCollection LoadProperties(
	string propertySetName
)

Parameters

propertySetName
Type: SystemString
The name of the property set.

Return Value

Type: BCPropertyCollection
The property collection for the property set with the specified name.
See Also