summaryM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual void UpdatePropertyDefinition(
	int propertyDefinitionId,
	int dataType,
	string defaultValue,
	string propertyCategory,
	string propertyName,
	bool readOnly,
	bool required,
	string validation,
	int viewOrder,
	bool visible,
	int length,
	int defaultVisibility,
	int lastModifiedByUserId
)
Visual Basic
Public Overridable Sub UpdatePropertyDefinition ( 
	propertyDefinitionId As Integer,
	dataType As Integer,
	defaultValue As String,
	propertyCategory As String,
	propertyName As String,
	readOnly As Boolean,
	required As Boolean,
	validation As String,
	viewOrder As Integer,
	visible As Boolean,
	length As Integer,
	defaultVisibility As Integer,
	lastModifiedByUserId As Integer
)

Parameters

propertyDefinitionId
Type: System..::..Int32
parampropertyDefinitionIdM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
dataType
Type: System..::..Int32
paramdataTypeM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
defaultValue
Type: System..::..String
paramdefaultValueM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
propertyCategory
Type: System..::..String
parampropertyCategoryM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
propertyName
Type: System..::..String
parampropertyNameM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
readOnly
Type: System..::..Boolean
paramreadOnlyM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
required
Type: System..::..Boolean
paramrequiredM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
validation
Type: System..::..String
paramvalidationM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
viewOrder
Type: System..::..Int32
paramviewOrderM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
visible
Type: System..::..Boolean
paramvisibleM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
length
Type: System..::..Int32
paramlengthM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
defaultVisibility
Type: System..::..Int32
paramdefaultVisibilityM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)
lastModifiedByUserId
Type: System..::..Int32
paramlastModifiedByUserIdM:DotNetNuke.Data.DataProvider.UpdatePropertyDefinition(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32)

See Also