SortOrder Property
- Last UpdatedMar 23, 2018
- 1 minute read
Returns or sets the sort order of this object.
Class
IgObject
Syntax
[C#]
string SortOrder { set; get; };
[Visual C++]
[propget]
HRESULT SortOrder(
[out, retval] BSTR* thePredecessorName
);
[propput]
HRESULT SortOrder(
[in] BSTR newPredecessorName
);
Parameters
thePredecessorName
The current predecessor of this object.
newPredecessorName
The new predecessor of this object.
Remarks
SortOrder sets or returns the preceding asset name in the navigation hierarchy. When the sort order is set, the tagname of the asset is displayed in the ViewApp navigation hierarchy just below the predecessor.