Static Public Member Functions | |
| static string | GetStringProperty (Node node, string property) |
| Get a string property from a Node. | |
| static DateTime | GetDateTimeProperty (Node node, string property) |
| Get a DateTime property from a Node. | |
| static bool | GetBooleanProperty (Node node, string property) |
| Get a boolean property from a Node. | |
| static string iFolder::WebService::NodeUtility::GetStringProperty | ( | Node | node, | |
| string | property | |||
| ) | [inline, static] |
Get a string property from a Node.
| node | The node object. | |
| property | The property name. |
| static DateTime iFolder::WebService::NodeUtility::GetDateTimeProperty | ( | Node | node, | |
| string | property | |||
| ) | [inline, static] |
Get a DateTime property from a Node.
| node | The node object. | |
| property | The property name. |
| static bool iFolder::WebService::NodeUtility::GetBooleanProperty | ( | Node | node, | |
| string | property | |||
| ) | [inline, static] |
Get a boolean property from a Node.
| node | The node object. | |
| property | The property name. |
1.5.6