ContentData Constructor
Initializes a new instance of the ContentData class
Syntax
'Declaration Public Function New( _ ByVal contentName As String, _ ByVal owningObject As String _ )
'Usage Dim contentName As String Dim owningObject As String Dim instance As New ContentData(contentName, owningObject)
public ContentData( string contentName, string owningObject )
public: ContentData( String^ contentName, String^ owningObject )
Parameters
- contentName
- content name
- owningObject
- owning object
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also