Interface IGlobalStringElement
Assembly: fcSDK.dll
Syntax
public interface IGlobalStringElement : IDataObject
Properties
AdditionalInfo
Declaration
string AdditionalInfo { get; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
string Description { get; }
Property Value
Type |
Description |
System.String |
|
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.Int32 |
|
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 |
|