Indicates whether a trackback ping references the content it is pinging.
Namespace:
Argotic.Core.WebAssembly: Argotic.Core (in Argotic.Core)
Version: 2007.3.0.0 (2007.3.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public enum TrackbackPingReferencesContent |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Enumeration TrackbackPingReferencesContent |
| Visual C++ |
|---|
[SerializableAttribute] public enum class TrackbackPingReferencesContent |
Members
| Member name | Description | |
|---|---|---|
| None |
No ping reference indicator was specified.
| |
| Indeterminate |
The source of the trackback ping was inaccessible or references to the targeted content was unable to be determined.
| |
| No |
The source of the trackback ping does not contain a reference to the targeted content.
| |
| Yes |
The source of the trackback ping contains one or more references to the targeted content.
|
