public bool SetPages( string strFullLinkFileName, string[] lPages )
public: bool SetPages( String^ strFullLinkFileName, array<String^>^ lPages )
Parameters
- strFullLinkFileName
- Full link file name of the project.
- lPages
- Table with page names.
public bool SetPages( string strFullLinkFileName, string[] lPages )
public: bool SetPages( String^ strFullLinkFileName, array<String^>^ lPages )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if null was passed as an argument. |