Click or drag to resize
Sandcastle Help File BuilderSdkLinkTarget Enumeration
This public enumerated type defines the locations in which a browser window can be opened for the MSDN SDK links.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[SerializableAttribute]
public enum SdkLinkTarget
Members
  Member nameValueDescription
Blank0The URL is loaded into a new unnamed window.
Self1The current document is replaced with the specified URL.
Parent2The URL is loaded into the current frame's parent. If the frame has no parent, this value acts like the value Self.
Top3The URL replaces any framesets that may be loaded. If there are no framesets defined, this value acts like the value Self.
See Also