public string[] GetPages( string strFullLinkFileName )
public: array<String^>^ GetPages( String^ strFullLinkFileName )
Parameters
| Parameter Name | Description |
|---|---|
| strFullLinkFileName | Full link file name of the project. |
public string[] GetPages( string strFullLinkFileName )
public: array<String^>^ GetPages( String^ strFullLinkFileName )
| Parameter Name | Description |
|---|---|
| strFullLinkFileName | Full link file name of the project. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown if null was passed as an argument. |