ItemOrigin Enum

Definition

Value that indicates the origin of an entry in the table. It is used for filtering out results from remote locations: The entry with lower value is kept and entry with higher value is discarded.

User interface may also sort reference items by their origin.

public enum class ItemOrigin
public enum ItemOrigin
type ItemOrigin = 
Public Enum ItemOrigin
Inheritance
ItemOrigin

Fields

Exact 0
ExactMetadata 1000
Indexed 2000
IndexedInOrganization 2200
IndexedInRepo 2100
IndexedInThirdParty 2300
Other 2147483647

Remarks

Base type for the value returned when calling TryGetValue(String, Object) and TryGetValue(Int32, String, Object) using the ItemOrigin key.

Applies to