summaryP:DotNetNuke.Web.InternalServices.FileUploadController.FileUploadDto.Orientation

Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
[DataMemberAttribute(Name = "orientation")]
public Orientation Orientation { get; set; }
Visual Basic
<DataMemberAttribute(Name := "orientation")> 
Public Property Orientation As Orientation
	Get
	Set

See Also