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

ShareResourcesImpl() public method

Constructor. Exceptions: - IllegalArgumentException : if any argument is null or empty string
public ShareResourcesImpl ( SmartsheetImpl smartsheet, string masterResourceType ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
masterResourceType string the master resource Type (e.g. "sheets", "workspaces", "reports")
return System.Collections.Generic
        public ShareResourcesImpl(SmartsheetImpl smartsheet, string masterResourceType)
            : base(smartsheet, masterResourceType)
        {
        }