Click or drag to resize

XmlDocumentationGetXmlDocumentation Method (MemberInfo, String, String)

Returns the XML documentation (summary tag) for the specified member.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetXmlDocumentation(
	MemberInfo member,
	string pathToXmlFile,
	string baseUrl
)

Parameters

member
Type: System.ReflectionMemberInfo
The reflected member.
pathToXmlFile
Type: SystemString
Path to the XML documentation file.
baseUrl
Type: SystemString

[Missing <param name="baseUrl"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.XmlDocumentation.GetXmlDocumentation(System.Reflection.MemberInfo,System.String,System.String)"]

Return Value

Type: String
The contents of the summary tag for the member.
See Also