summaryM:DotNetNuke.Entities.Content.AttachmentController.GetVideosByContent(System.Int32)
Namespace: DotNetNuke.Entities.ContentAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public IList<IFileInfo> GetVideosByContent( int contentItemId ) |
| Visual Basic |
|---|
Public Function GetVideosByContent ( contentItemId As Integer ) As IList(Of IFileInfo) |
Parameters
- contentItemId
- Type: System..::..Int32
paramcontentItemIdM:DotNetNuke.Entities.Content.AttachmentController.GetVideosByContent(System.Int32)