ArgusTV.Recorders.Common.ShareExplorer.GetShareInfo C# (CSharp) Method

GetShareInfo() public static method

public static GetShareInfo ( ) : List
return List
        public static List<ShareInfo> GetShareInfo()
        {
            return GetShareInfo(Environment.MachineName, GetAllShareTypes());
        }

Same methods

ShareExplorer::GetShareInfo ( IList shareTypes ) : List
ShareExplorer::GetShareInfo ( ShareType shareType ) : List
ShareExplorer::GetShareInfo ( string serverName ) : List
ShareExplorer::GetShareInfo ( string serverName, IList shareTypes ) : List
ShareExplorer::GetShareInfo ( string serverName, ShareType shareType ) : List