Property | Type | Description | |
---|---|---|---|
RefreshUrlList | void | ||
ValidateUrlList | void |
Method | Description | |
---|---|---|
Delete ( ) : void | ||
ForceDelete ( ) : void | ||
GetAllLanguages ( ) : IEnumerable |
||
GetAuthenticationType ( |
||
GetProperty ( string name ) : object | ||
GetSiteByNode ( Node source ) : |
||
GetSiteByNodePath ( string path ) : |
||
GetUrlByRepositoryPath ( string url, string repositoryPath ) : string | ||
IsRequested ( |
||
ParseUrlList ( string urlSrc ) : string>.IDictionary |
||
Save ( ) : void |
Saves the Site instance. This is an overriden method, which calls its base implementation first to persist the
|
|
Save ( SavingMode mode ) : void | ||
SetProperty ( string name, object value ) : void | ||
Site ( Node parent ) : System | ||
Site ( Node parent, string nodeTypeName ) : System | ||
UrlListToString ( string>.IDictionary |
Method | Description | |
---|---|---|
Site ( |
Method | Description | |
---|---|---|
RefreshUrlList ( ) : void | ||
ValidateUrlList ( ) : void |
public static GetAllLanguages ( ) : IEnumerable |
||
return | IEnumerable |
public GetAuthenticationType ( |
||
uri | ||
return | string |
public static GetSiteByNode ( Node source ) : |
||
source | Node | |
return |
public static GetSiteByNodePath ( string path ) : |
||
path | string | |
return |
public static GetUrlByRepositoryPath ( string url, string repositoryPath ) : string | ||
url | string | |
repositoryPath | string | |
return | string |
public static ParseUrlList ( string urlSrc ) : string>.IDictionary |
||
urlSrc | string | |
return | string>.IDictionary |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public Site ( Node parent, string nodeTypeName ) : System | ||
parent | Node | |
nodeTypeName | string | |
return | System |
protected Site ( |
||
nt | ||
return | System |
public static UrlListToString ( string>.IDictionary |
||
urlList | string>.IDictionary | |
return | string |