SEWebPublisher::Pathname


This property will allow you to get and set the full pathname which includes the directory and file name of the web page to be generated.

Syntax(VB)

PublishPathname = pathname (VB Set property)

pathname = PublishPathname (VB Get property)

Syntax(C++)

HRESULT put_PublishPathname ( BSTR pathname );

HRESULT get_PublishPathname ( BSTR * pathname);

Parameters

pathname

The full pathname which includes the directory and file name of the web page to be generated

Return Values

S_OK

Data was sucessfully tansferred