GetPublicationSchema method

Returns the publication schema corresponding to the named publication.

Syntax
Visual Basic
Public Function GetPublicationSchema( _
   ByVal name As String _
) As ULPublicationSchema
C#
public ULPublicationSchema GetPublicationSchema(
   string  name
);
Parameters
  • name   The name of the publication.

Return value

The ULPublicationSchema object representing the named publication.

See also