online source control
back to content
sign up free version control plan

ItemOperateResultArray Class Array

Description

The class array of SItemOperateResult class, which defines the result information of an operation.

Syntax

 class SItemOperateResult
{
   
 String m_strItemFullName;
    long m_lItemID;
    boolean m_bFile;
    int m_iResult;
    String m_strDescription;
}

Fields

m_strItemFullName
Returns the full name of the item.

m_lItemID
Returns the ID of the item.

m_bFile
Returns whether the item is a file.

m_iResult
Returns the result of an operation.

m_strDescription
Returns the description of the result information.

See Also

Note: Values of all fields of SItemOperateResult class are retrieved from the server.