summaryM:DotNetNuke.Data.DataProvider.AddPropertyDefinition(System.Int32,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 int AddPropertyDefinition(
	int portalId,
	int moduleDefId,
	int dataType,
	string defaultValue,
	string propertyCategory,
	string propertyName,
	bool readOnly,
	bool required,
	string validationExpression,
	int viewOrder,
	bool visible,
	int length,
	int defaultVisibility,
	int createdByUserId
)
Visual Basic
Public Overridable Function AddPropertyDefinition ( 
	portalId As Integer,
	moduleDefId As Integer,
	dataType As Integer,
	defaultValue As String,
	propertyCategory As String,
	propertyName As String,
	readOnly As Boolean,
	required As Boolean,
	validationExpression As String,
	viewOrder As Integer,
	visible As Boolean,
	length As Integer,
	defaultVisibility As Integer,
	createdByUserId As Integer
) As Integer

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Data.DataProvider.AddPropertyDefinition(System.Int32,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)
moduleDefId
Type: System..::..Int32
parammoduleDefIdM:DotNetNuke.Data.DataProvider.AddPropertyDefinition(System.Int32,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.AddPropertyDefinition(System.Int32,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.AddPropertyDefinition(System.Int32,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.AddPropertyDefinition(System.Int32,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.AddPropertyDefinition(System.Int32,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.AddPropertyDefinition(System.Int32,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.AddPropertyDefinition(System.Int32,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)
validationExpression
Type: System..::..String
paramvalidationExpressionM:DotNetNuke.Data.DataProvider.AddPropertyDefinition(System.Int32,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.AddPropertyDefinition(System.Int32,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.AddPropertyDefinition(System.Int32,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.AddPropertyDefinition(System.Int32,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.AddPropertyDefinition(System.Int32,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)
createdByUserId
Type: System..::..Int32
paramcreatedByUserIdM:DotNetNuke.Data.DataProvider.AddPropertyDefinition(System.Int32,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)

Return Value

returnsM:DotNetNuke.Data.DataProvider.AddPropertyDefinition(System.Int32,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