Interface IHierarchicalStringElement
Assembly: fcSDK.dll
Syntax
public interface IHierarchicalStringElement : IDataObject
Properties
Elements
Declaration
IHierarchicalStringElementCollection Elements { get; }
Property Value
IsActive
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
IsDefault
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
LocalizedTitle
Declaration
string LocalizedTitle { get; }
Property Value
| Type |
Description |
| System.String |
|
ObjectID
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
Rank
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
State
Declaration
Property Value
| Type |
Description |
| System.String |
|
Title
Declaration
Property Value
| Type |
Description |
| System.String |
|
Methods
GetLocalizedTitle(CultureInfo)
Declaration
string GetLocalizedTitle(CultureInfo specificCulture)
Parameters
| Type |
Name |
Description |
| System.Globalization.CultureInfo |
specificCulture |
|
Returns
| Type |
Description |
| System.String |
|