| SystemFieldValueGetSystemFieldValues Method |
Namespace:
Dynamicweb.Security.UserManagement.Common.SystemFields
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax public static SystemFieldValueCollection GetSystemFieldValues(
string tableName,
int itemId
)
Public Shared Function GetSystemFieldValues (
tableName As String,
itemId As Integer
) As SystemFieldValueCollection
Parameters
- tableName
- Type: SystemString
- itemId
- Type: SystemInt32
Return Value
Type:
SystemFieldValueCollectionSee Also