Locates a PropertyId property by name in this Properties collection and returns the value it holds.


Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Function GetIdValue( _ 
   ByVal propertyName As String _ 
) As Id
C#
Id GetIdValue(
   string propertyName
)
C++
Id GetIdValue(
   String propertyName
) abstract 
J#
Id GetIdValue(
   string propertyName
)
JScript
function GetIdValue(
   propertyName : String
) : Id

Parameters

propertyName
A String specifying a property name.

Return Value

An Id array specifying the value of the property.

Exceptions

Exception TypeCondition
EngineRuntimeException Thrown if the property cannot be found in the collection or or is not a PropertyId instance.

See Also