Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetCacheKeys ( int PortalId ) : string[] | ||
GetPortalSettingAsBoolean ( int portalID, string key ) : bool | ||
GetProviderSettingAsBoolean ( string ProviderName, string key, bool DefaultValue ) : bool | ||
GetRules ( int PortalId ) : List |
Method | Description | |
---|---|---|
CleanupUrl ( string Url ) : string | ||
UrlRuleProvider ( ) : System |
protected static CleanupUrl ( string Url ) : string | ||
Url | string | |
return | string |
public GetCacheKeys ( int PortalId ) : string[] | ||
PortalId | int | |
return | string[] |
public GetPortalSettingAsBoolean ( int portalID, string key ) : bool | ||
portalID | int | |
key | string | |
return | bool |
public GetProviderSettingAsBoolean ( string ProviderName, string key, bool DefaultValue ) : bool | ||
ProviderName | string | |
key | string | |
DefaultValue | bool | |
return | bool |
public abstract GetRules ( int PortalId ) : List |
||
PortalId | int | |
return | List |