ability to specify default organization
This commit is contained in:
parent
00e416f5d4
commit
e0c38e8ed7
9 changed files with 173 additions and 35 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2014, Outercurve Foundation.
|
||||
// Copyright (c) 2012, Outercurve Foundation.
|
||||
// All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without modification,
|
||||
|
@ -62,6 +62,9 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
private int warningSharePointStorage;
|
||||
|
||||
#endregion
|
||||
|
||||
[Persistent]
|
||||
public bool IsDefault { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public int MaxSharePointStorage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue