Class SavedSearch
Class for the item type SavedSearch
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class SavedSearch : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceSavedSearch()
Declaration
protected SavedSearch()
SavedSearch(ElementFactory, Object[])
Declaration
public SavedSearch(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceAutoSaved()
Retrieve the auto_saved
property of the item
Declaration
public IProperty_Boolean AutoSaved()
Returns
Type | Description |
---|---|
IProperty_Boolean |
Criteria()
Retrieve the criteria
property of the item
Declaration
public IProperty_Text Criteria()
Returns
Type | Description |
---|---|
IProperty_Text |
Itname()
Retrieve the itname
property of the item
Declaration
public IProperty_Text Itname()
Returns
Type | Description |
---|---|
IProperty_Text |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
Location()
Retrieve the location
property of the item
Declaration
public IProperty_Text Location()
Returns
Type | Description |
---|---|
IProperty_Text |
SearchMode()
Retrieve the search_mode
property of the item
Declaration
public IProperty_Item<SearchMode> SearchMode()
Returns
Type | Description |
---|---|
IProperty_Item<SearchMode> |
ShowOnToc()
Retrieve the show_on_toc
property of the item
Declaration
public IProperty_Boolean ShowOnToc()
Returns
Type | Description |
---|---|
IProperty_Boolean |