Namespace: DeltaEngine.Editor.MocksAssembly: DeltaEngine.Editor.Mocks (in DeltaEngine.Editor.Mocks.dll) Version: 1.1.1.0 (1.1.1)
public IEnumerable<string> GetAllContentNamesByType(
ContentType type
)
public IEnumerable<string> GetAllContentNamesByType(
ContentType type
)
Public Function GetAllContentNamesByType (
type As ContentType
) As IEnumerable(Of String)
Public Function GetAllContentNamesByType (
type As ContentType
) As IEnumerable(Of String)
public:
virtual IEnumerable<String^>^ GetAllContentNamesByType(
ContentType type
) sealed
public:
virtual IEnumerable<String^>^ GetAllContentNamesByType(
ContentType type
) sealed
abstract GetAllContentNamesByType :
type : ContentType -> IEnumerable<string>
override GetAllContentNamesByType :
type : ContentType -> IEnumerable<string>
abstract GetAllContentNamesByType :
type : ContentType -> IEnumerable<string>
override GetAllContentNamesByType :
type : ContentType -> IEnumerable<string>
Return Value
Type:
IEnumerable String Implements
Service GetAllContentNamesByType(ContentType)