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

SVDeletedItemGeneralInfoArray Class Array

Description

The class array of SSVDeletedItemGeneralInfo class , which defines the general information of an deleted item.

Syntax

 class SSVDeletedItemGeneralInfo
{

     String m_strItemFullName;
     long m_lItemID;
     boolean m_bProject;
}

Fields

m_strItemFullName
Returns the full name of the deleted item.

m_lItemID
Returns the ID of the item.

m_bProject
Returns whether the item is a project.

See Also

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