Click to return to the Web Content Management home page    
CreateTempBinding Method     SetBindingParam Method     The File Upload Control I...    
Web Workshop  |  Web Content Management

FoundPostInfo Method


Determines whether a postinfo file was found on the target server.

Syntax

HRESULT FoundPostInfo(void); 

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method is set to true if during a CreateTempBinding or CreatePermBinding call a postinfo file was found on the server.

Example

This example demonstrates binding parameters required by the CRS provider.

Flupl.CreateTempBinding "<http://www.icp.com/hello>", 
    "{FFCF1E40-7978-11D0-B1C9-00AA006DCDF4}"

If not Flupl.FoundPostInfo then
    Flupl.SetBindingParam "Servername", 
        "www.crsserver.com <http://>"
    Flupl.SetBindingParam "Authentication", "MSN, NTLM"
Endif


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.