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

Gets or Sets the default user ID for this control. This is the user ID that will be shown if the DynamicParameter does not get a value. (e.g. userprofile.aspx?userid=2 will get the value 2 for a DynamicParameter of "id", and will display DefaultUserID otherwise.)  

The object ID for the object that the social bar will be drawn for.

C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue(0)]
[Description("Gets or sets the default object ID for this control. This is the object ID that will be shown if the DynamicParameter property does not get a value.")]
public long DefaultObjectID;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue(0)>
<Description("Gets or sets the default object ID for this control. This is the object ID that will be shown if the DynamicParameter property does not get a value.")>
Public Property DefaultObjectID() As long
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!