Méthode | Description | |
---|---|---|
Add ( |
||
Delete ( int ID ) : void | ||
DeleteLogical ( int ID ) : void | ||
GetCategory ( int ID ) : |
||
GetCategoryPublishXML ( int ModuleID, int ParentID ) : string | ||
GetCategorys ( ) : List |
||
GetCategorys ( int PortalID, int LanguageID ) : List |
||
GetCategorys ( int ModuleID, int PortalID, int LanguageID ) : List |
||
Update ( |
public static Add ( |
||
category | ||
Résultat | int |
public static DeleteLogical ( int ID ) : void | ||
ID | int | |
Résultat | void |
public static GetCategory ( int ID ) : |
||
ID | int | |
Résultat |
public static GetCategoryPublishXML ( int ModuleID, int ParentID ) : string | ||
ModuleID | int | |
ParentID | int | |
Résultat | string |
public static GetCategorys ( int PortalID, int LanguageID ) : List |
||
PortalID | int | |
LanguageID | int | |
Résultat | List |
public static GetCategorys ( int ModuleID, int PortalID, int LanguageID ) : List |
||
ModuleID | int | |
PortalID | int | |
LanguageID | int | |
Résultat | List |
public static Update ( |
||
category | ||
Résultat | void |