NDoc 1.3.1 SDK

Workspace.OnContentDirectoryAdded Method 

Raises the ContentDirectoryAdded event

[Visual Basic]
Overridable Protected Sub OnContentDirectoryAdded( _ 
   ByVal relativePath As String _ 
)
[C#]
protected virtual void OnContentDirectoryAdded(
   string relativePath
);
[C++]
protected: virtual void OnContentDirectoryAdded(
   String* relativePath
);
[JScript]
protected virtual function OnContentDirectoryAdded(
   String relativePath
);

Parameters

relativePath
Path relative to the workspace root

See Also

Workspace Class | NDoc.Core Namespace