Moonware.Server.WCF
GetExtraList Method



Name of the provider (VideoProvider plugin name. Ex: "VideoSource.Netcam").
Name of the source (Brand name in case of Network Cameras Templates).
Provides the list of templates for a given provider / source. Currently only supported by VideoSource.Netcam provider.
Syntax
'Declaration
 
<OperationBehaviorAttribute()>
<PrincipalPermissionAttribute(Name="", 
   Role="Edit Settings", 
   Authenticated=True, 
   Action=SecurityAction.Demand, 
   Unrestricted=False)>
Public Function GetExtraList( _
   ByVal providerName As String, _
   ByVal sourceName As String _
) As List(Of SerializableEnum)
'Usage
 
Dim instance As MoonwareServerWCF
Dim providerName As String
Dim sourceName As String
Dim value As List(Of SerializableEnum)
 
value = instance.GetExtraList(providerName, sourceName)
[OperationBehaviorAttribute()]
[PrincipalPermissionAttribute(Name="", 
   Role="Edit Settings", 
   Authenticated=true, 
   Action=SecurityAction.Demand, 
   Unrestricted=false)]
public List<SerializableEnum> GetExtraList( 
   string providerName,
   string sourceName
)
[OperationBehaviorAttribute()]
[PrincipalPermissionAttribute(Name="", 
   Role="Edit Settings", 
   Authenticated=true, 
   Action=SecurityAction.Demand, 
   Unrestricted=false)]
public:
List<SerializableEnum^>^ GetExtraList( 
   String^ providerName,
   String^ sourceName
) 

Parameters

providerName
Name of the provider (VideoProvider plugin name. Ex: "VideoSource.Netcam").
sourceName
Name of the source (Brand name in case of Network Cameras Templates).

Return Value

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

Reference

MoonwareServerWCF Class
MoonwareServerWCF Members

Send Feedback