Click or drag to resize
ObjectXOpenReferencePage Method
Opens a reference web page generated for the specified object.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static void OpenReferencePage(
	this Object obj,
	string product,
	string urlFormat = "http://candlelightinteractive.com/docs/{0}/html/T_{1}.htm?ref=editor"
)

Parameters

obj
Type: Object
A Object.
product
Type: SystemString
Product name (first parameter in format string).
urlFormat (Optional)
Type: SystemString
A String specifying the URL format. Index 0 is for the product name and index 1 is for the type name.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
This method assumes the page in question was generated via SHFB.
See Also