SVFileShareLinkArray Class Array
Description
The class array of SSVFileShareLink class, which defines the share link information of a file.
Syntax
class SSVFileShareLink
{
String m_strFileFullName;
long m_lFileID;
boolean m_bDeleted;
}
Fields
m_strFileFullName
Returns the full name of the item.
m_lFileID
Returns the ID of the file.
m_bDeleted
Returns whether the file is deleted.
See Also
Note: Values of all fields of SSVFileShareLink class are retrieved from the server.