Skip to main content

LXCAFileDownloadResult class

This data object contains the full path to the file that was downloaded from Lenovo XClarity Administrator to the local system.

Namespace: Lenovo.SysMgmt.LXCA.Integration.Data

Assembly: Lenovo.SysMgmt.LXCA.Integration.Data

Inheritance > Object > RequestResult

Properties

public String FileName{ get; set;}
Full path of the downloaded file.

If the download process fails, the property value is null.

Methods

public virtual bool Equals (object obj);
Determines whether the specified object is equal to the current object.

(Inherited from System.Object)

public virtual int GetHashCode ();
Serves as the default hash function.

(Inherited from System.Object)

public Type GetType ();
Gets the System.Type of the current instance.

(Inherited from System.Object)

public virtual string ToString ();
Returns a string that represents the current object.

(Inherited from System.Object)