SVRepositoryInfoArray Class Array

Description

The class array of SSVRepositoryInfo class, which defines the information of the repository.

Syntax

 class SSVRepositoryInfo
{
     String m_strRepositoryName;
     int m_ulRepositoryID;
     String m_strDescription;
     boolean m_bAllowMultipleCheckout;
     boolean m_bCommentRequiredForCheckin;
     boolean m_bCheckoutReuireqdBeforeCheckin;
     boolean m_bEnableFolderSecurity;
     boolean m_bStoreLatestVersionInZipFormat;
}

Fields

m_strRepositoryName
Returns the name of the repository.

m_ulRepositoryID
Returns the ID number of the repository.

m_strDescription
Returns the description of the repository.

m_bAllowMultipleCheckout
Returns whether the repository allows multiple checkout.

m_bCommentRequiredForCheckin
Returns whether comment is required for checkin action.

m_bCheckoutReuireqdBeforeCheckin
Returns whether checkout is required before checkin action.

m_bEnableFolderSecurity
Returns whether to enable project security for the repository.

m_bStoreLatestVersionInZipFormat
Returns whether to store the latest version in zip format.

See Also

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