Plumtree UI Infrastructure API  
 

ApplicationData.GetCookie Method 

This method returns the requested cookie.

public virtual string GetCookie(
   string strCookieName
);

Return Value

String the cookie value. null if cookie was not found.

See Also

ApplicationData Class | com.plumtree.uiinfrastructure.login Namespace