Plumtree Portal UI  
 

XPLimitedRequest.GetCompletePath Method 

Returns the complete path to the uploaded file. This method is only valid after XPRequest.Save() has been called. It will return null until then.

public virtual string GetCompletePath();

Return Value

a String containing the complete path to the uploaded file, null if no file was uploaded.

See Also

XPLimitedRequest Class | com.plumtree.portaluiinfrastructure.condition Namespace | IXPRequest#GetCompletePath