ApiTopicNamerToTopicFileName Method

This is used to get an API topic filename for the given API member ID

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string ToTopicFileName(
	string memberId
)

Parameters

memberId  String
The member ID for which to get a topic filename

Return Value

String
The topic filename for the member ID based on the specified naming method

See Also