You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > AssetControl Class > AssetControl Properties > IsImage
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
AssetControl.IsImage Property

Setting this control to 1 (one) restricts the control so only images can be uploaded.

  • 1 (one) - restrict the control to uploading images only.
  • 0 (zero) - upload all types of assets.
C#
[Category("Ektron")]
[DefaultValue("0")]
[Description("Setting this control to 1 (one) restricts the control so only images can be uploaded. 1 - restrict the control to uploading images only. 0 - upload all types of assets.")]
public int IsImage;
Visual Basic
<Category("Ektron")>
<DefaultValue("0")>
<Description("Setting this control to 1 (one) restricts the control so only images can be uploaded. 1 - restrict the control to uploading images only. 0 - upload all types of assets.")>
Public Property IsImage() As Integer
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!