FME Server .NET API

IFMEPropertyAccessor.GetAllProperties Method 

Returns all the properties in the specified property category.

[Visual Basic]
Function GetAllProperties( _
   ByVal propertyCategory As String _
) As System.Collections.Generic.IDictionary`2([System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089),[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089))
[C#]
0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] GetAllProperties(
   string propertyCategory
);

Parameters

propertyCategory
the property category

Return Value

a list of string containing the property name followed by the value of that property. An empty list is returned if there is no property in this category.

See Also

IFMEPropertyAccessor Interface | IFMEPropertyAccessor Members | Safe.FMEServer.API Namespace