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

WorkspaceResourcesImpl() public method

Constructor. Exceptions: - IllegalArgumentException : if any argument is
public WorkspaceResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
return System.Collections.Generic
        public WorkspaceResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
            this.folders = new WorkspaceFolderResourcesImpl(smartsheet);
            this.sheets = new WorkspaceSheetResourcesImpl(smartsheet);
            this.shares = new ShareResourcesImpl(smartsheet, "workspaces");
        }