UploadWorkbooks.helper_DetermineContentPublishSettings C# (CSharp) Method

helper_DetermineContentPublishSettings() private method

Look up settings associated with this content
private helper_DetermineContentPublishSettings ( string workbookWithPath ) : WorkbookPublishSettings
workbookWithPath string
return WorkbookPublishSettings
    WorkbookPublishSettings helper_DetermineContentPublishSettings(string workbookWithPath)
    {
        return WorkbookPublishSettings.GetSettingsForSavedWorkbook(workbookWithPath);
    }