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

FolderResourcesImpl() public method

Constructor.
if any argument is null
public FolderResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the SmartsheetImpl
return System.Collections.Generic
        public FolderResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
            this.sheets = new FolderSheetResourcesImpl(smartsheet);
        }