UpdateSectionName
Overloads
| Name | Description |
|---|---|
| UpdateSectionName(int id, int subID, string strSectionName) | 단면 이름 설정 |
UpdateSectionName(int id, int subID, string strSectionName)
public void UpdateSectionName(int id, int subID, string strSectionName)
단면 이름 설정
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 단면 아이디(ID) |
| subID | int | 단면 서브 아이디(ID) |
| strSectionName | string | 단면 Title |