ACME::MSDN::SPUtility - SPUtility.HideTaiwan Method (Microsoft.SharePoint.Utilities)


ACME-MSDN-SPUtility documentation  | view source Contained in the ACME-MSDN-SPUtility distribution.

Index


NAME

Top

ACME::MSDN::SPUtility - SPUtility.HideTaiwan Method (Microsoft.SharePoint.Utilities)

VERSION

Top

Version 0.04

SYNOPSIS

Top

This is a Implementation of part of MSDN SPUtility. http://msdn.microsoft.com/en-us/library/ms441219.aspx

This module does the following things: Checks whether the Taiwan calendar is hidden based on the specified Web site and locale ID. Checks if the China Gov really Lost Their Brain based on the specified Web site and locale ID. Checks if Bill-GAY$ and his 'Stuffz' lost thier Balls at Halloween based on the specified Web site and locale ID.



	use ACME::MSDN::SPUtility;

	my $fool = ACME::MSDN::SPUtility->new( $SPWeb, int $localeId);
	say 'Hello, Taiwan!' if not $fool->HideTaiwan;
	STDERR->say("I can't speak well if I don't have a brain!") if $fool->HideChina;
	say STDERR 'Plz find my balls for me and give it back to me. I lost all of them!' if $fool->HideMicroSoft;

FUNCTIONS

Top

new

Get a SPUtility object.

HideTaiwan

Checks whether the Taiwan calendar is hidden based on the specified Web site and locale ID.

HideChina

Checks if the China Gov really Lost Their Brain based on the specified Web site and locale ID.

HideMicroSoft

Checks if Bill-GAY$ and his 'Stuffz' lost thier Balls at Halloween based on the specified Web site and locale ID.

AUTHOR

Top

BlueT - Matthew Lien - 練喆明, <BlueT at BlueT.org>

BUGS

Top

Please report any bugs or feature requests to bug-acme-msdn-sputility at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ACME-MSDN-SPUtility. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc ACME::MSDN::SPUtility




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=ACME-MSDN-SPUtility

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/ACME-MSDN-SPUtility

* CPAN Ratings

http://cpanratings.perl.org/d/ACME-MSDN-SPUtility

* Search CPAN

http://search.cpan.org/dist/ACME-MSDN-SPUtility

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


ACME-MSDN-SPUtility documentation  | view source Contained in the ACME-MSDN-SPUtility distribution.