Interface IFolderObject
Represents an object than can be contained in a Display Folder. Examples:
- Measures
- Columns
- Hierarchies
- Folders
Assembly: TOMWrapper.dll
Syntax
public interface IFolderObject : ITabularTableObject, ITabularNamedObject, ITabularObject, INotifyPropertyChanged, INamedObject
Properties
DisplayFolder
Declaration
string DisplayFolder { get; set; }
Property Value
TranslatedDisplayFolders
Declaration
TranslationIndexer TranslatedDisplayFolders { get; }
Property Value
Extension Methods