Smartsheet.Api.Internal.HomeResourcesImpl.HomeResourcesImpl C# (CSharp) Method

HomeResourcesImpl() public method

Constructor. Exceptions: - IllegalArgumentException : if any argument is null
public HomeResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
return System.Collections.Generic
        public HomeResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
            this.folders = new HomeFolderResourcesImpl(smartsheet);
        }